@@ -114,6 +114,7 @@ namespace Content.Server.Doors.Components
|
||||
public float AutoCloseDelayModifier = 1.0f;
|
||||
|
||||
[ViewVariables(VVAccess.ReadWrite)]
|
||||
[DataField("safety")]
|
||||
public bool Safety = true;
|
||||
|
||||
protected override void Initialize()
|
||||
|
||||
4
Resources/Changelog/Parts/windoor.yml
Normal file
4
Resources/Changelog/Parts/windoor.yml
Normal file
@@ -0,0 +1,4 @@
|
||||
author: mirrorcult
|
||||
changes:
|
||||
- type: Fix # One of the following: Add, Remove, Tweak, Fix
|
||||
message: Fix certain windoors not autoclosing.
|
||||
@@ -60,6 +60,8 @@
|
||||
- type: AccessReader
|
||||
- type: Airlock
|
||||
openPanelVisible: true
|
||||
# needed so that windoors will close regardless of whether there are people in it; it doesn't crush after all
|
||||
safety: false
|
||||
- type: Door
|
||||
weldable: false
|
||||
crushDamage:
|
||||
|
||||
Reference in New Issue
Block a user