Update artefact.dm (#33129)

Beep Beep more hard to get suicides are fun!
This commit is contained in:
Shadowflame909
2017-11-28 17:05:30 -08:00
committed by CitadelStationBot
parent e0aaed6d3b
commit 5bc059fbc8
+5 -1
View File
@@ -306,6 +306,11 @@
var/area/A = get_area(src)
to_chat(victim, "<span class='notice'>You feel a dark presence from [A.name]</span>")
/obj/item/voodoo/suicide_act(mob/living/carbon/user)
user.visible_message("<span class='suicide'>[user] links the voodoo doll to themself and sits on it, infinitely crushing themself! It looks like [user.p_theyre()] trying to commit suicide!</span>")
user.gib()
return(BRUTELOSS)
/obj/item/voodoo/fire_act(exposed_temperature, exposed_volume)
if(target)
target.adjust_fire_stacks(20)
@@ -313,7 +318,6 @@
GiveHint(target,1)
return ..()
//Provides a decent heal, need to pump every 6 seconds
/obj/item/organ/heart/cursed/wizard
pump_delay = 60