mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-12 03:02:54 +00:00
Fixes #9251
This commit is contained in:
@@ -111,8 +111,9 @@
|
|||||||
var/closing = 0
|
var/closing = 0
|
||||||
|
|
||||||
/datum/computer/file/embedded_program/docking/simple/escape_pod/proc/arm()
|
/datum/computer/file/embedded_program/docking/simple/escape_pod/proc/arm()
|
||||||
armed = 1
|
if(!armed)
|
||||||
open_door()
|
armed = 1
|
||||||
|
open_door()
|
||||||
|
|
||||||
|
|
||||||
/datum/computer/file/embedded_program/docking/simple/escape_pod/receive_user_command(command)
|
/datum/computer/file/embedded_program/docking/simple/escape_pod/receive_user_command(command)
|
||||||
|
|||||||
Reference in New Issue
Block a user