- fix: Bugfixes (#18)

* - fix: Fix huds.

* - fix: Cult icon fix

* - fix: Fix terminator missing dead threshold

* - fix: Fix clown ComicSans font

* - fix: Fix airlock missing rsi states

* - fix: Fix double storage removal sound

* - fix: Fix emote
This commit is contained in:
Aviu00
2024-02-02 14:01:41 +09:00
committed by GitHub
parent 876bd21bd2
commit d356aeefff
18 changed files with 67 additions and 44 deletions

View File

@@ -77,6 +77,7 @@
120: Dead
stateAlertDict:
Alive: BorgHealth
Dead: BorgDead
showOverlays: false
- type: Stamina
critThreshold: 120

View File

@@ -95,6 +95,8 @@
components:
- type: Sprite
sprite: Structures/Doors/Airlocks/Standard/syndicate.rsi
- type: Airlock
openUnlitVisible: false
- type: entity
parent: Airlock
@@ -103,6 +105,8 @@
components:
- type: Sprite
sprite: Structures/Doors/Airlocks/Standard/mining.rsi
- type: Airlock
openUnlitVisible: false
- type: entity
parent: Airlock
@@ -113,6 +117,8 @@
sprite: Structures/Doors/Airlocks/Standard/centcomm.rsi
- type: WiresPanelSecurity
securityLevel: medSecurity
- type: Airlock
openUnlitVisible: false
- type: entity
parent: Airlock
@@ -121,6 +127,8 @@
components:
- type: Sprite
sprite: Structures/Doors/Airlocks/Standard/hatch.rsi
- type: Airlock
openUnlitVisible: false
- type: entity
parent: Airlock
@@ -129,6 +137,8 @@
components:
- type: Sprite
sprite: Structures/Doors/Airlocks/Standard/hatch_maint.rsi
- type: Airlock
openUnlitVisible: false
# Glass
@@ -284,6 +294,8 @@
sprite: Structures/Doors/Airlocks/Glass/syndicate.rsi
- type: PaintableAirlock
group: Glass
- type: Airlock
openUnlitVisible: false
- type: entity
parent: AirlockGlass
@@ -292,6 +304,8 @@
components:
- type: Sprite
sprite: Structures/Doors/Airlocks/Glass/mining.rsi
- type: Airlock
openUnlitVisible: false
- type: entity
parent: AirlockGlass
@@ -302,4 +316,6 @@
sprite: Structures/Doors/Airlocks/Glass/centcomm.rsi
- type: WiresPanelSecurity
securityLevel: medSecurity
- type: Airlock
openUnlitVisible: false

View File

@@ -1,4 +1,4 @@
# vocal emotes
# vocal emotes
- type: emote
id: Scream
category: Vocal
@@ -76,7 +76,7 @@
id: Crying
category: Vocal
buttonText: Плакать
chatMessages: [ плакать ]
chatMessages: [ плачет ]
chatTriggers:
- плачет
- заплакал

Binary file not shown.

After

Width:  |  Height:  |  Size: 120 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 120 B

View File

@@ -10,6 +10,15 @@
{
"name": "bolted_unlit"
},
{
"name": "bolted_open_unlit"
},
{
"name": "open_unlit"
},
{
"name": "emergency_open_unlit"
},
{
"name": "closed"
},

Binary file not shown.

After

Width:  |  Height:  |  Size: 120 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 120 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 120 B

View File

@@ -10,6 +10,15 @@
{
"name": "bolted_unlit"
},
{
"name": "bolted_open_unlit"
},
{
"name": "open_unlit"
},
{
"name": "emergency_open_unlit"
},
{
"name": "closed"
},

Binary file not shown.

After

Width:  |  Height:  |  Size: 120 B