Dumb typo on protean messages

This commit is contained in:
Arokha Sieyes
2018-09-28 23:11:57 -04:00
parent 1e96332155
commit fed4b51b39

View File

@@ -198,10 +198,10 @@
matstack.use(Ceiling(actually_added/matstack.perunit))
if(actually_added && actually_added < howmuch)
to_chat(src,"<span class='warning'>Your refactory module is now full, so only [actually_added] units were stored.</span>")
visible_message(src,"<span class='notice'>[src] nibbles some of the [substance] right off the stack!</span>")
visible_message("<span class='notice'>[src] nibbles some of the [substance] right off the stack!</span>")
else if(actually_added)
to_chat(src,"<span class='notice'>You store [actually_added] units of [substance].</span>")
visible_message(src,"<span class='notice'>[src] devours some of the [substance] right off the stack!</span>")
visible_message("<span class='notice'>[src] devours some of the [substance] right off the stack!</span>")
else
to_chat(src,"<span class='notice'>You're completely capped out on [substance]!</span>")