diff --git a/code/game/machinery/door_control.dm b/code/game/machinery/door_control.dm index 279a3e197dc..a391514d0aa 100644 --- a/code/game/machinery/door_control.dm +++ b/code/game/machinery/door_control.dm @@ -1,9 +1,8 @@ /obj/machinery/door_control name = "remote door-control" - desc = "It controls doors, remotely." + desc = "A remote control-switch for a door." icon = 'icons/obj/stationobjs.dmi' icon_state = "doorctrl0" - desc = "A remote control-switch for a door." power_channel = ENVIRON var/id = null var/range = 10