Fixes a typo

This commit is contained in:
Kelenius
2015-03-31 18:37:15 +03:00
parent cf1fda6538
commit 524ea8aeb7

View File

@@ -223,7 +223,7 @@
chance = !hand ? 40 : 20
if (prob(chance))
visible_message("<spawn class=danger>[src]'s [W] goes off during struggle!")
visible_message("<span class='danger'>[src]'s [W] goes off during struggle!</span>")
var/list/turfs = list()
for(var/turf/T in view())
turfs += T