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]!")