mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
Allows escape pods to be armed from inside the pod
This commit is contained in:
@@ -29,7 +29,7 @@
|
||||
|
||||
/obj/machinery/embedded_controller/radio/simple_docking_controller/Topic(href, href_list)
|
||||
if(..())
|
||||
return
|
||||
return 1
|
||||
|
||||
usr.set_machine(src)
|
||||
src.add_fingerprint(usr)
|
||||
@@ -44,7 +44,7 @@
|
||||
if(clean)
|
||||
program.receive_user_command(href_list["command"])
|
||||
|
||||
return 1
|
||||
return 0
|
||||
|
||||
|
||||
//A docking controller program for a simple door based docking port
|
||||
|
||||
Reference in New Issue
Block a user