Shuttle control panel (rebundled)

This commit is contained in:
Chompstation Bot
2021-02-11 12:40:30 +00:00
committed by Darlantan
parent 83b3f7aef3
commit 37031c2c9b
16 changed files with 823 additions and 239 deletions

View File

@@ -86,7 +86,7 @@
E.set_thrust_limit(limit)
. = TRUE
if("toggle")
if("toggle_engine")
var/datum/ship_engine/E = locate(params["engine"])
if(istype(E))
E.toggle()

View File

@@ -105,7 +105,7 @@
if(nrange)
sensors.set_range(CLAMP(nrange, 1, world.view))
. = TRUE
if("toggle")
if("toggle_sensor")
sensors.toggle()
. = TRUE