From ae01a5c808a164fd7be949c8efd225698f1fac13 Mon Sep 17 00:00:00 2001 From: Kyep Date: Fri, 8 Feb 2019 09:12:12 -0800 Subject: [PATCH] minor story fix for white spider infection --- code/modules/surgery/organs/parasites.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/surgery/organs/parasites.dm b/code/modules/surgery/organs/parasites.dm index c56cf8638bb..253eb5e50d1 100644 --- a/code/modules/surgery/organs/parasites.dm +++ b/code/modules/surgery/organs/parasites.dm @@ -68,7 +68,7 @@ to_chat(owner,"The pain has faded, and stopped bleeding, though the skin around it has turned black.") owner.adjustBruteLoss(-10) if(30) // 1m... the point where the venom uses and accellerates the healing process, to feed the eggs - to_chat(owner,"Your bite wound has completely sealed up, though the skin is still black. You feel significantly better.") + to_chat(owner,"Your wound has completely sealed up, though the skin is still black. You feel significantly better.") owner.adjustBruteLoss(-20) if(90) // 3m... where the eggs are developing, and the wound is turning into a hatching site, but invisibly to_chat(owner,"The black flesh around your old spider bite wound has started to peel off.")