mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-25 04:57:12 +01:00
Gorilla icon updates on death (#29524)
Co-authored-by: adrermail@gmail.com <adrermail@gmail.com>
This commit is contained in:
co-authored by
adrermail@gmail.com <adrermail@gmail.com>
parent
f6e75a479f
commit
772aa6d21a
@@ -147,6 +147,9 @@
|
||||
|
||||
/mob/living/simple_animal/hostile/gorilla/update_icon_state()
|
||||
. = ..()
|
||||
if(is_dead())
|
||||
icon_state = icon_dead
|
||||
return
|
||||
if(is_bipedal || LAZYLEN(crates_in_hand))
|
||||
icon_state = "standing"
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user