Merge pull request #13730 from Gatchapod/isSynthetic-removal

Removes isSynthetic() helper, replaces its instances with ismachineperson()
This commit is contained in:
Fox McCloud
2020-07-01 00:12:23 -04:00
committed by GitHub
24 changed files with 37 additions and 47 deletions

View File

@@ -28,7 +28,7 @@
/obj/item/projectile/magic/death/on_hit(mob/living/carbon/C)
. = ..()
if(isliving(C))
if(ismachine(C)) //speshul snowfleks deserv speshul treetment
if(ismachineperson(C)) //speshul snowfleks deserv speshul treetment
C.adjustFireLoss(6969) //remember - slimes love fire
else
C.death()