fix the last ignored prototypes in prototype save test (#13672)
Closes https://github.com/space-wizards/space-station-14/issues/10595
This commit is contained in:
@@ -11,6 +11,7 @@
|
||||
- state: "lightning_1"
|
||||
shader: unshaded
|
||||
- type: Physics
|
||||
canCollide: false
|
||||
- type: Electrified
|
||||
requirePower: false
|
||||
- type: Lightning
|
||||
|
||||
@@ -9,6 +9,7 @@
|
||||
- type: Clickable
|
||||
- type: InteractionOutline
|
||||
- type: Physics
|
||||
canCollide: false
|
||||
- type: Fixtures
|
||||
- type: Transform
|
||||
anchored: true
|
||||
|
||||
@@ -96,6 +96,9 @@
|
||||
- type: Fixtures
|
||||
- type: Transform
|
||||
anchored: true
|
||||
- type: Physics
|
||||
bodyType: Static
|
||||
canCollide: false
|
||||
- type: Sprite
|
||||
drawdepth: WallMountedItems
|
||||
netsync: false
|
||||
@@ -132,6 +135,7 @@
|
||||
- type: Clickable
|
||||
- type: InteractionOutline
|
||||
- type: Physics
|
||||
canCollide: false
|
||||
- type: Fixtures
|
||||
- type: Transform
|
||||
anchored: true
|
||||
|
||||
@@ -102,6 +102,7 @@
|
||||
- type: InteractionOutline
|
||||
- type: Physics
|
||||
bodyType: Static
|
||||
canCollide: false
|
||||
- type: Fixtures
|
||||
- type: Transform
|
||||
anchored: true
|
||||
@@ -202,6 +203,7 @@
|
||||
- type: InteractionOutline
|
||||
- type: Physics
|
||||
bodyType: Static
|
||||
canCollide: false
|
||||
- type: Fixtures
|
||||
- type: Transform
|
||||
anchored: true
|
||||
|
||||
@@ -10,6 +10,7 @@
|
||||
anchored: true
|
||||
- type: Physics
|
||||
bodyType: Static
|
||||
canCollide: false
|
||||
- type: Fixtures
|
||||
- type: Sprite
|
||||
netsync: false
|
||||
|
||||
@@ -12,6 +12,7 @@
|
||||
- type: Clickable
|
||||
- type: InteractionOutline
|
||||
- type: Physics
|
||||
canCollide: false
|
||||
- type: Sprite
|
||||
sprite: Structures/Wallmounts/switch.rsi
|
||||
state: on
|
||||
@@ -42,6 +43,7 @@
|
||||
- type: Clickable
|
||||
- type: InteractionOutline
|
||||
- type: Physics
|
||||
canCollide: false
|
||||
- type: Sprite
|
||||
sprite: Structures/Wallmounts/switch.rsi
|
||||
state: dead
|
||||
@@ -87,6 +89,7 @@
|
||||
- type: Clickable
|
||||
- type: InteractionOutline
|
||||
- type: Physics
|
||||
canCollide: false
|
||||
- type: Transform
|
||||
anchored: true
|
||||
- type: Sprite
|
||||
|
||||
@@ -94,6 +94,9 @@
|
||||
node: grilleBroken
|
||||
deconstructionTarget: start
|
||||
- type: Fixtures # overwrite BaseStructure parent.
|
||||
- type: Physics
|
||||
bodyType: Static
|
||||
canCollide: false
|
||||
- type: Damageable
|
||||
damageContainer: Inorganic
|
||||
damageModifierSet: FlimsyMetallic
|
||||
|
||||
Reference in New Issue
Block a user