mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-09 16:14:13 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user