mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-28 07:20:09 +01:00
Fix skipable opening of regular airlocks
This commit is contained in:
@@ -1765,7 +1765,9 @@ About the new airlock wires panel:
|
|||||||
take_damage(50)
|
take_damage(50)
|
||||||
set_broken()
|
set_broken()
|
||||||
to_chat(user, SPAN_NOTICE("The hydraulic strength easily overcomes the resistance of the airlock's motors opening the way ahead!"))
|
to_chat(user, SPAN_NOTICE("The hydraulic strength easily overcomes the resistance of the airlock's motors opening the way ahead!"))
|
||||||
open(1)
|
open(1)
|
||||||
|
else
|
||||||
|
open(1)
|
||||||
else
|
else
|
||||||
close(1)
|
close(1)
|
||||||
return TRUE
|
return TRUE
|
||||||
|
|||||||
Reference in New Issue
Block a user