renaming it is a good idea, too

This commit is contained in:
Gatchapod
2020-07-01 05:25:49 +02:00
parent 94a77895bc
commit 3e6ad37661
23 changed files with 32 additions and 32 deletions
+1 -1
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()