Removed some more spans from visible messages.

This commit is contained in:
kingofkosmos
2015-04-24 21:06:59 +03:00
parent a7bd5f93e1
commit de280c72b5
57 changed files with 216 additions and 216 deletions
+1 -1
View File
@@ -122,7 +122,7 @@
if(!building_checks(R, multiplier))
return
if (R.time)
usr << "<span class='notice'>You start building [R.title]...</span>"
usr.visible_message("<span class='notice'>[usr] starts building [R.title].</span>", "<span class='notice'>You start building [R.title]...</span>")
if (!do_after(usr, R.time))
return
if(!building_checks(R, multiplier))