Nerfs Manifest Spirit #970

This commit is contained in:
Poojawa
2017-05-18 11:37:42 -05:00
committed by GitHub
parent 1c99f15389
commit 54fcea8ca3
+3 -1
View File
@@ -938,6 +938,8 @@ structure_check() searches for nearby cultist structures required for the invoca
new_human.apply_status_effect(STATUS_EFFECT_SUMMONEDGHOST) //ghosts can't summon more ghosts
..()
ghosts++
playsound(src, 'sound/magic/exit_blood.ogg', 50, 1)
user.apply_damage(10, BRUTE)
visible_message("<span class='warning'>A cloud of red mist forms above [src], and from within steps... a [new_human.gender == FEMALE ? "wo":""]man.</span>")
to_chat(user, "<span class='cultitalic'>Your blood begins flowing into [src]. You must remain in place and conscious to maintain the forms of those summoned. This will hurt you slowly but surely...</span>")
var/turf/T = get_turf(src)
@@ -960,4 +962,4 @@ structure_check() searches for nearby cultist structures required for the invoca
"<span class='cultlarge'>Your link to the world fades. Your form breaks apart.</span>")
for(var/obj/I in new_human)
new_human.dropItemToGround(I, TRUE)
new_human.dust()
new_human.dust()