Reduces the size of the zombie revival flavor text (Fixes #28568)

This commit is contained in:
CitadelStationBot
2017-06-19 19:53:44 -05:00
parent f668021230
commit b77768a2eb
+1 -1
View File
@@ -51,7 +51,7 @@
if(owner.stat != DEAD && !converts_living)
return
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 \
not even death can stop, you will rise again!</span>")
var/revive_time = rand(revive_time_min, revive_time_max)