mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2025-12-26 10:12:17 +00:00
Merge pull request #13730 from Gatchapod/isSynthetic-removal
Removes isSynthetic() helper, replaces its instances with ismachineperson()
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user