diff --git a/code/game/objects/items/devices/lightreplacer.dm b/code/game/objects/items/devices/lightreplacer.dm index e66828df7036..47020fbc330b 100644 --- a/code/game/objects/items/devices/lightreplacer.dm +++ b/code/game/objects/items/devices/lightreplacer.dm @@ -116,14 +116,14 @@ break if(!found_good_light) - user << "The [S.name] contains no useable lights!" + user << "\The [S] contains no useable lights!" return if(!replaced_something && src.uses == max_uses) - user << "The [src.name] is full!" + user << "\The [src] is full!" return - user << "You fill the [src.name] with lights from the [S.name]. You have [uses] lights remaining." + user << "You fill \the [src] with lights from \the [S]. You have [uses] lights remaining." /obj/item/device/lightreplacer/emag_act() if(!emagged)