Merge Stable into Master (#39404)

This commit is contained in:
ScarKy0
2025-08-05 19:56:24 +02:00
committed by GitHub
3 changed files with 28 additions and 27 deletions

View File

@@ -665,6 +665,7 @@
- type: CommunicationsConsole
title: comms-console-announcement-title-station
- type: DeviceNetwork
deviceNetId: Wireless
transmitFrequencyId: ShuttleTimer
- type: ActivatableUI
key: enum.CommunicationsConsoleUiKey.Key

View File

@@ -14,6 +14,7 @@
sprite: Structures/Wallmounts/screen.rsi
state: screen
noRot: true
- type: Appearance
- type: Destructible
thresholds:
- trigger:

View File

@@ -36,10 +36,9 @@
- type: Sprite
sprite: Structures/Machines/station_map.rsi
layers:
- map: ["computerLayerBody"]
state: station_map0
- map: ["computerLayerScreen"]
state: unshaded
- state: station_map0
- state: unshaded
shader: unshaded
- type: Icon
sprite: Structures/Machines/station_map.rsi
state: station_map0
@@ -59,29 +58,29 @@
key: enum.StationMapUiKey.Key
- type: Destructible
thresholds:
- trigger: # Excess damage, don't spawn entities
!type:DamageTrigger
damage: 200
behaviors:
- !type:PlaySoundBehavior
sound:
collection: GlassBreak
- !type:DoActsBehavior
acts: [ "Destruction" ]
- trigger:
!type:DamageTrigger
damage: 100
behaviors:
- !type:PlaySoundBehavior
sound:
collection: GlassBreak
- !type:SpawnEntitiesBehavior
spawn:
StationMapBroken:
min: 1
max: 1
- !type:DoActsBehavior
acts: [ "Destruction" ]
- trigger: # Excess damage, don't spawn entities
!type:DamageTrigger
damage: 200
behaviors:
- !type:PlaySoundBehavior
sound:
collection: GlassBreak
- !type:DoActsBehavior
acts: [ "Destruction" ]
- trigger:
!type:DamageTrigger
damage: 100
behaviors:
- !type:PlaySoundBehavior
sound:
collection: GlassBreak
- !type:SpawnEntitiesBehavior
spawn:
StationMapBroken:
min: 1
max: 1
- !type:DoActsBehavior
acts: [ "Destruction" ]
- type: UserInterface
interfaces:
enum.StationMapUiKey.Key: