Missed some \The checks.

This commit is contained in:
Erthilo
2012-06-02 22:50:31 +01:00
parent 74360f7679
commit 3787aa4072
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -50,7 +50,7 @@
if(!isarea(a))
return
if(a.power_equip == 0) // There's no APC in this area, don't try to cheat power!
user << "\red The [src] blinks red as you try to insert the cell!"
user << "\red \The [src] blinks red as you try to insert the cell!"
return
user.drop_item()
+1 -1
View File
@@ -29,7 +29,7 @@ obj/machinery/recharger
if(!isarea(a))
return
if(a.power_equip == 0) // There's no APC in this area, don't try to cheat power!
user << "\red The [name] blinks red as you try to insert the item!"
user << "\red \The [src] blinks red as you try to insert the item!"
return
user.drop_item()
G.loc = src