Merge pull request #1676 from Citadel-Station-13/upstream-merge-28572
[MIRROR] Reduces the size of the zombie revival flavor text (Fixes #28568)
This commit is contained in:
@@ -51,7 +51,7 @@
|
|||||||
if(owner.stat != DEAD && !converts_living)
|
if(owner.stat != DEAD && !converts_living)
|
||||||
return
|
return
|
||||||
if(!iszombie(owner))
|
if(!iszombie(owner))
|
||||||
to_chat(owner, "<span class='narsiesmall'>You can feel your heart stopping, but something isn't right... \
|
to_chat(owner, "<span class='cultlarge'>You can feel your heart stopping, but something isn't right... \
|
||||||
life has not abandoned your broken form. You can only feel a deep and immutable hunger that \
|
life has not abandoned your broken form. You can only feel a deep and immutable hunger that \
|
||||||
not even death can stop, you will rise again!</span>")
|
not even death can stop, you will rise again!</span>")
|
||||||
var/revive_time = rand(revive_time_min, revive_time_max)
|
var/revive_time = rand(revive_time_min, revive_time_max)
|
||||||
|
|||||||
Reference in New Issue
Block a user