All the span-corrected dm files.

This commit is contained in:
PsiOmega
2015-06-14 17:39:02 +02:00
committed by PsiOmegaDelta
parent 90c71d00f1
commit 0a05c2659f
65 changed files with 128 additions and 689 deletions

View File

@@ -157,7 +157,7 @@
attack_hand(mob/user as mob)
if ((src.loc == user) && (src.locked == 1))
usr << "<span class='warning'>[src] is locked and cannot be opened!"
usr << "<span class='warning'>[src] is locked and cannot be opened!</span>"
else if ((src.loc == user) && (!src.locked))
src.open(usr)
else