Fix and improve bluespace lockers (#13139)

* add invulnerable plastitanium wall prototype

* fix command ClearBluespaceLockerLinks.cs

* fix and improve BluespaceLockerSystem.cs

* fix normal plastitanium wall suffix

* fix capitalization

* fix capability to create one way lockers
This commit is contained in:
Chief-Engineer
2022-12-24 22:35:03 -06:00
committed by GitHub
parent faca40b8d5
commit b7af5e6109
5 changed files with 142 additions and 20 deletions

View File

@@ -388,17 +388,31 @@
- type: entity
parent: BaseWall
id: WallPlastitaniumIndestructible
name: plastitanium wall
suffix: indestructible
components:
- type: Tag
tags:
- Wall
- type: Sprite
sprite: Structures/Walls/plastitanium.rsi
- type: Icon
sprite: Structures/Walls/plastitanium.rsi
- type: IconSmooth
key: walls
base: plastitanium
- type: entity
parent: WallPlastitaniumIndestructible
id: WallPlastitanium
name: plastitanium wall
suffix: ""
components:
- type: Tag
tags:
- Wall
- RCDDeconstructWhitelist
- type: Sprite
sprite: Structures/Walls/plastitanium.rsi
- type: Icon
sprite: Structures/Walls/plastitanium.rsi
- type: Destructible
thresholds:
- trigger:
@@ -412,9 +426,6 @@
max: 1
- !type:DoActsBehavior
acts: [ "Destruction" ]
- type: IconSmooth
key: walls
base: plastitanium
- type: entity
parent: BaseWall