Close span tags

This commit is contained in:
Markolie
2015-08-09 19:37:33 +02:00
parent f09584e99a
commit 9f6d46ddf0
+2 -2
View File
@@ -139,10 +139,10 @@
if (user.hand)
temp = H.organs_by_name["l_hand"]
if(!temp)
user << "<span class='warning'>You try to use your hand, but it's missing!"
user << "<span class='warning'>You try to use your hand, but it's missing!</span>"
return 0
if(temp && !temp.is_usable())
user << "<span class='warning'>You try to move your [temp.name], but cannot!"
user << "<span class='warning'>You try to move your [temp.name], but cannot!</span>"
return 0
if (istype(src.loc, /obj/item/weapon/storage))