mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-22 20:57:23 +01:00
Merge pull request #13625 from Verkister/patch-119
Fixes wonky scaling on empty voremob icon updates
This commit is contained in:
@@ -91,6 +91,7 @@
|
||||
voremob_awake = TRUE
|
||||
update_fullness()
|
||||
if(!vore_fullness)
|
||||
update_transform()
|
||||
return 0
|
||||
else if((stat == CONSCIOUS) && (!icon_rest || !resting || !incapacitated(INCAPACITATION_DISABLED)) && (vore_icons & SA_ICON_LIVING))
|
||||
icon_state = "[icon_living]-[vore_fullness]"
|
||||
|
||||
Reference in New Issue
Block a user