From b77768a2ebc1c9e167130b157454abd7fb7d37dc Mon Sep 17 00:00:00 2001 From: CitadelStationBot Date: Mon, 19 Jun 2017 19:53:44 -0500 Subject: [PATCH] Reduces the size of the zombie revival flavor text (Fixes #28568) --- code/modules/zombie/organs.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/zombie/organs.dm b/code/modules/zombie/organs.dm index c93699a2ac..c64feae6e9 100644 --- a/code/modules/zombie/organs.dm +++ b/code/modules/zombie/organs.dm @@ -51,7 +51,7 @@ if(owner.stat != DEAD && !converts_living) return if(!iszombie(owner)) - to_chat(owner, "You can feel your heart stopping, but something isn't right... \ + to_chat(owner, "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!") var/revive_time = rand(revive_time_min, revive_time_max)