Build fixes.

This commit is contained in:
PsiOmega
2015-04-28 09:04:00 +02:00
parent 74675f5a14
commit 86d2fa5f61
2 changed files with 1 additions and 2 deletions
@@ -10,7 +10,6 @@
/obj/item/weapon/flame/candle/New()
wax = rand(800, 1000) // Enough for 27-33 minutes. 30 minutes on average.
starting_wax = wax
..()
/obj/item/weapon/flame/candle/update_icon()
+1 -1
View File
@@ -340,7 +340,7 @@
usr << "<span class='info'>There isn't enough space left on \the [src] to write anything.</span>"
return
var/t = strip_html_simple(input("Enter what you want to write:", "Write", null, null) as message)
var/t = strip_html_properly(input("Enter what you want to write:", "Write", null, null) as message)
if(!t)
return