mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 03:27:05 +01:00
Missed some \The checks.
This commit is contained in:
@@ -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()
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user