Airlock construction (#3609)

* Add construction and deconstsruction of airlocks

* Change name to door electronics

* Rearrange things

* Fix errors

* Fix physics error from bumping

* Prevent editing the map for now

* Address reviews

* Change switch to if

* Fix newlines
This commit is contained in:
ShadowCommander
2021-03-17 05:07:49 -07:00
committed by GitHub
parent 0c0c66ff6f
commit 51178b9ae7
10 changed files with 301 additions and 12 deletions

View File

@@ -0,0 +1,7 @@
# DoorWelded
construction-condition-door-weld = First, weld the {$entityName}.
construction-condition-door-unweld = First, unweld the {$entityName}.
# AirlockBolted
construction-condition-airlock-bolt = First, bolt the {$entityName}.
construction-condition-airlock-unbolt = First, unbolt the {$entityName}.