Skip to content

Commit

Permalink
oopsies
Browse files Browse the repository at this point in the history
  • Loading branch information
Paxilmaniac committed Dec 15, 2024
1 parent 26c5fe3 commit 8841ecc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions code/modules/mob/living/silicon/robot/robot_model.dm
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,7 @@
cyborg_base_icon = details[SKIN_ICON_STATE]
if(!isnull(details[SKIN_ICON]))
cyborg.icon = details[SKIN_ICON]
cyborg_icon_override = details[SKIN_ICON] // DOPPLER EDIT ADDITION
if(!isnull(details[SKIN_PIXEL_X]))
cyborg.base_pixel_x = details[SKIN_PIXEL_X]
if(!isnull(details[SKIN_PIXEL_Y]))
Expand All @@ -280,6 +281,8 @@
hat_offset = details[SKIN_HAT_OFFSET]
if(!isnull(details[SKIN_TRAITS]))
model_traits += details[SKIN_TRAITS]
if(!isnull(details[SKIN_FEATURES])) // DOPPLER EDIT ADDITION
model_features += details[SKIN_FEATURES] // DOPPLER EDIT ADDITION
for(var/i in old_model.added_modules)
added_modules += i
old_model.added_modules -= i
Expand Down

0 comments on commit 8841ecc

Please sign in to comment.