From fed4b51b3970aec079bca4af101616124f838521 Mon Sep 17 00:00:00 2001 From: Arokha Sieyes Date: Fri, 28 Sep 2018 23:11:57 -0400 Subject: [PATCH] Dumb typo on protean messages --- .../carbon/human/species/station/protean_vr/protean_powers.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/mob/living/carbon/human/species/station/protean_vr/protean_powers.dm b/code/modules/mob/living/carbon/human/species/station/protean_vr/protean_powers.dm index 03c88fae40..4b3b6891ad 100644 --- a/code/modules/mob/living/carbon/human/species/station/protean_vr/protean_powers.dm +++ b/code/modules/mob/living/carbon/human/species/station/protean_vr/protean_powers.dm @@ -198,10 +198,10 @@ matstack.use(Ceiling(actually_added/matstack.perunit)) if(actually_added && actually_added < howmuch) to_chat(src,"Your refactory module is now full, so only [actually_added] units were stored.") - visible_message(src,"[src] nibbles some of the [substance] right off the stack!") + visible_message("[src] nibbles some of the [substance] right off the stack!") else if(actually_added) to_chat(src,"You store [actually_added] units of [substance].") - visible_message(src,"[src] devours some of the [substance] right off the stack!") + visible_message("[src] devours some of the [substance] right off the stack!") else to_chat(src,"You're completely capped out on [substance]!")