mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-12 23:53:47 +01:00
Some cleanup stuff for prior commits.
This commit is contained in:
@@ -2047,7 +2047,7 @@
|
||||
|
||||
//TODO: Generalize admin shuttles, make 'Move Shuttle' adminverb.
|
||||
if("moveminingshuttle")
|
||||
if(shuttle_moving["Mining"] || shuttle_moving["Mining"] == null)
|
||||
if(shuttle_moving["Mining"] || isnull(shuttle_moving["Mining"]))
|
||||
return
|
||||
feedback_inc("admin_secrets_fun_used",1)
|
||||
feedback_add_details("admin_secrets_fun_used","ShM")
|
||||
|
||||
@@ -1,11 +1,9 @@
|
||||
/obj/machinery/computer/shuttle_control/engineering
|
||||
name = "engineering shuttle console"
|
||||
icon = 'icons/obj/computer.dmi'
|
||||
icon_state = "shuttle"
|
||||
shuttle_tag = "Engineering"
|
||||
req_access = list(access_engine)
|
||||
circuit = "/obj/item/weapon/circuitboard/engineering_shuttle"
|
||||
location = 1
|
||||
location = 1 //Starts offstation.
|
||||
|
||||
/obj/machinery/computer/shuttle_control/engineering/New()
|
||||
offsite = locate(/area/shuttle/constructionsite/site)
|
||||
|
||||
@@ -1,7 +1,5 @@
|
||||
/obj/machinery/computer/shuttle_control/mining
|
||||
name = "mining shuttle console"
|
||||
icon = 'icons/obj/computer.dmi'
|
||||
icon_state = "shuttle"
|
||||
shuttle_tag = "Mining"
|
||||
req_access = list(access_mining)
|
||||
circuit = "/obj/item/weapon/circuitboard/mining_shuttle"
|
||||
|
||||
@@ -1,7 +1,5 @@
|
||||
/obj/machinery/computer/shuttle_control/research
|
||||
name = "research shuttle console"
|
||||
icon = 'icons/obj/computer.dmi'
|
||||
icon_state = "shuttle"
|
||||
shuttle_tag = "Research"
|
||||
req_access = list(access_research)
|
||||
circuit = "/obj/item/weapon/circuitboard/research_shuttle"
|
||||
|
||||
Reference in New Issue
Block a user