mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-01-03 22:12:38 +00:00
Cult 'raise' rune how completely heals raised corpse.
This commit is contained in:
@@ -271,21 +271,7 @@ var/list/sacrificed = list()
|
||||
usr << "\red You require a restless spirit which clings to this world. Beckon their prescence with the sacred chants of Nar-Sie."
|
||||
return fizzle()
|
||||
|
||||
for(var/datum/organ/external/affecting in corpse_to_raise.organs)
|
||||
affecting.heal_damage(1000, 1000)
|
||||
corpse_to_raise.setToxLoss(0)
|
||||
corpse_to_raise.setOxyLoss(0)
|
||||
corpse_to_raise.SetParalysis(0)
|
||||
corpse_to_raise.SetStunned(0)
|
||||
corpse_to_raise.SetWeakened(0)
|
||||
corpse_to_raise.radiation = 0
|
||||
// corpse_to_raise.buckled = null
|
||||
// if(corpse_to_raise.handcuffed)
|
||||
// del(corpse_to_raise.handcuffed)
|
||||
// corpse_to_raise.update_inv_handcuffed(0)
|
||||
corpse_to_raise.stat = CONSCIOUS
|
||||
corpse_to_raise.updatehealth()
|
||||
corpse_to_raise.UpdateDamageIcon()
|
||||
corpse_to_raise.revive()
|
||||
|
||||
corpse_to_raise.key = ghost.key //the corpse will keep its old mind! but a new player takes ownership of it (they are essentially possessed)
|
||||
//This means, should that player leave the body, the original may re-enter
|
||||
|
||||
Reference in New Issue
Block a user