More fixes to outputs with extra/no spaces

This commit is contained in:
Lzimann
2017-03-10 13:56:46 -03:00
parent 2d59366ae4
commit ae25d8a4d0
9 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -186,7 +186,7 @@
to_chat(user, "<span class='notice'>You are already alive, this contract would do nothing.</span>")
else
if(signed)
user<< "<span class='notice'>This contract has already been signed. It may not be signed again.</span>"
to_chat(user, "<span class='notice'>This contract has already been signed. It may not be signed again.</span>")
else
to_chat(user, "<span class='notice'>You quickly scrawl your name on the contract</span>")
if(FulfillContract(target.current, blood)<=0)