This commit is contained in:
Serket
2018-02-10 12:26:30 -07:00
parent bd50420a50
commit 00d501c7df
5 changed files with 10756 additions and 10757 deletions
+6 -2
View File
@@ -27,7 +27,11 @@
/obj/item/projectile/magic/death/on_hit(var/mob/living/carbon/G)
. = ..()
if(isliving(G))
G.adjustFireLoss(3000)
if(istype(G, /mob/living/carbon/human/machine)) //speshul snowfleks deserv speshul treetment
G.adjustFireLoss(6969) //remember - slimes love fire
else
G.death()
visible_message("<span class='danger'>[G] topples backwards as the death bolt impacts them!</span>")
/obj/item/projectile/magic/fireball/Range()
@@ -293,4 +297,4 @@ proc/wabbajack(mob/living/M)
damage_type = BURN
flag = "magic"
dismemberment = 50
nodamage = 0
nodamage = 0