Merge pull request #5318 from phil235/MsgFix2

More messages fixed
This commit is contained in:
Cheridan
2014-10-19 21:39:06 -05:00
15 changed files with 166 additions and 172 deletions
+2 -1
View File
@@ -453,7 +453,8 @@
shake_camera(L, 20, 1)
spawn(20)
if(L)
L.visible_message("<span class='danger'>[L.name] vomits from travelling through the [src.name]!</span>")
L.visible_message("<span class='danger'>[L.name] vomits from travelling through the [src.name]!</span>", \
"<span class='userdanger'>You throw up from travelling through the [src.name]!</span>")
L.nutrition -= 20
L.adjustToxLoss(-3)
var/turf/T = get_turf(L)