From 6cffeacd4216ef2d2d20f9bff126d9ece87677bb Mon Sep 17 00:00:00 2001 From: DeltaFire Date: Wed, 22 Sep 2021 23:32:35 +0200 Subject: [PATCH] typo --- .../code/modules/reagents/chemistry/reagents/healing.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modular_citadel/code/modules/reagents/chemistry/reagents/healing.dm b/modular_citadel/code/modules/reagents/chemistry/reagents/healing.dm index 7d4f35bf72..58bf76df41 100644 --- a/modular_citadel/code/modules/reagents/chemistry/reagents/healing.dm +++ b/modular_citadel/code/modules/reagents/chemistry/reagents/healing.dm @@ -138,7 +138,7 @@ if(active_tissue && active_tissue.borrowed_health) borrowed_health += healing_factor imperfect = TRUE - to_chat(M, "You feel your flesh [imperfect ? "partially and painfully" : ""] merge with the synthetic tissue! It stings like hell[imperfect ? " and is making you feel terribly sick." : ""]!") + to_chat(M, "You feel your flesh [imperfect ? "partially and painfully" : ""] merge with the synthetic tissue! It stings like hell[imperfect ? " and is making you feel terribly sick" : ""]!") SEND_SIGNAL(M, COMSIG_ADD_MOOD_EVENT, "painful_medicine", /datum/mood_event/painful_medicine) data["borrowed_health"] += borrowed_health //Preserve health offset borrowed_health = 0 //We are applying this to someone else, so this info will be transferred via data.