MapMerge/SpeciesCheck

This commit is contained in:
Serket
2018-02-11 16:03:27 -07:00
parent 00d501c7df
commit 8930359edc
3 changed files with 10745 additions and 10743 deletions
+1 -1
View File
@@ -27,7 +27,7 @@
/obj/item/projectile/magic/death/on_hit(var/mob/living/carbon/G)
. = ..()
if(isliving(G))
if(istype(G, /mob/living/carbon/human/machine)) //speshul snowfleks deserv speshul treetment
if(G.get_species() == "Machine") //speshul snowfleks deserv speshul treetment
G.adjustFireLoss(6969) //remember - slimes love fire
else
G.death()