mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-24 04:27:35 +01:00
MapMerge/SpeciesCheck
This commit is contained in:
+8993
-8992
File diff suppressed because it is too large
Load Diff
+1751
-1750
File diff suppressed because it is too large
Load Diff
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user