mirror of
https://github.com/yogstation13/Yogstation.git
synced 2025-02-26 09:04:50 +00:00
Merge pull request #428 from Petethegoat/misc_changes
Sprite update and minor fix
This commit is contained in:
@@ -798,7 +798,9 @@ Please contact me on #coderbus IRC. ~Carn x
|
||||
overlays -= overlays_standing[LEGCUFF_LAYER]
|
||||
overlays_lying[LEGCUFF_LAYER] = image("icon" = 'icons/mob/mob.dmi', "icon_state" = "legcuff2", "layer" = -LEGCUFF_LAYER)
|
||||
overlays_standing[LEGCUFF_LAYER] = image("icon" = 'icons/mob/mob.dmi', "icon_state" = "legcuff1", "layer" = -LEGCUFF_LAYER)
|
||||
if(src.lying)
|
||||
overlays += overlays_lying[LEGCUFF_LAYER]
|
||||
else
|
||||
overlays += overlays_standing[LEGCUFF_LAYER]
|
||||
if(src.m_intent != "walk")
|
||||
src.m_intent = "walk"
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 71 KiB After Width: | Height: | Size: 71 KiB |
Reference in New Issue
Block a user