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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user