it could work

This commit is contained in:
TrilbySpaceClone
2020-02-15 18:42:50 -05:00
parent 36cebc733c
commit cba6667332
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -362,7 +362,7 @@
return
// Also no decay if corpse chilled or not organic/undead
if(bodytemperature <= T0C-10 || (!(MOB_ORGANIC in mob_biotypes) && !(MOB_UNDEAD in mob_biotypes)))
if((bodytemperature <= T0C-10) || !(mob_biotypes & (MOB_ORGANIC|MOB_UNDEAD)))
return
// Wait a bit before decaying