mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-13 19:52:40 +00:00
added anomaly /area icon_state, fixed anomaly research outpost and shuttle, added cycling airlocks to engineering singularity access (slight reshuffle of engineering areas)
Signed-off-by: Cael_Aislinn <cael_aislinn@yahoo.com.au>
This commit is contained in:
@@ -44,6 +44,10 @@ datum/computer/file/embedded_program/airlock_controller
|
|||||||
target_state = AIRLOCK_STATE_OUTOPEN
|
target_state = AIRLOCK_STATE_OUTOPEN
|
||||||
else
|
else
|
||||||
target_state = AIRLOCK_STATE_INOPEN
|
target_state = AIRLOCK_STATE_INOPEN
|
||||||
|
if("cycle_interior")
|
||||||
|
target_state = AIRLOCK_STATE_INOPEN
|
||||||
|
if("cycle_exterior")
|
||||||
|
target_state = AIRLOCK_STATE_OUTOPEN
|
||||||
|
|
||||||
receive_user_command(command)
|
receive_user_command(command)
|
||||||
switch(command)
|
switch(command)
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 19 KiB After Width: | Height: | Size: 19 KiB |
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user