Changeling Rapid Regen buff (#32717)

* fixes

* tags

* Update rapidregen.dm

* Update rapidregen.dm

* Update rapidregen.dm

* Update rapidregen.dm

* Update rapidregen.dm

* Update rapidregen.dm
This commit is contained in:
adacovsk
2022-06-06 22:41:26 -04:00
committed by GitHub
parent ae602a8ec9
commit 15c218c783
3 changed files with 34 additions and 19 deletions

View File

@@ -558,6 +558,11 @@ Thanks.
locked_to.unbuckle()
locked_to = initial(src.locked_to)
*/
if(istype(src, /mob/living/carbon))
var/mob/living/carbon/C = src
dead_mob_list -= C
living_mob_list |= list(C)
if(istype(src, /mob/living/carbon/human))
var/mob/living/carbon/human/H = src
H.timeofdeath = 0