Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Resources/Locale/en-US/_CD/station/events.ftl
Original file line number Diff line number Diff line change
@@ -1 +1 @@
station-event-ion-storm-synth = You detect an Ion Storm. Your internal systems may be tampered with or damaged as a result.
station-event-ion-storm-synthetic = You detect an Ion Storm. Your internal systems may be tampered with or damaged as a result.
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@
Piercing: 0.85

- type: entity
parent: ClothingOuterStorageBase
parent: ClothingOuterStorageFoldableBase
id: ClothingOuterCoatParamedicWB
name: paramedic windbreaker
description: A paramedic's trusty windbreaker, for all the space wind.
Expand All @@ -376,6 +376,11 @@
- type: Clothing
sprite: Clothing/OuterClothing/Coats/windbreaker_paramedic.rsi

- type: entity
parent: [ClothingOuterStorageFoldableBaseOpened, ClothingOuterCoatParamedicWB]
id: ClothingOuterCoatParamedicWBOpened
name: paramedic windbreaker

- type: entity
parent: [ClothingOuterStorageBase, ContrabandClothing] # Frontier: BaseSyndicateContraband<BaseC3SyndicateContraband, add ContrabandClothing as parent
id: ClothingOuterCoatSyndieCap
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
- type: PointLight
enabled: true
radius: 3
color: red
color: blue
- type: Climbable
- type: Clickable

Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,30 @@
},
{
"name": "dynamoxine_empty"
},
{
"name": "base-needle-inhand-left",
"directions": 4
},
{
"name": "base-needle-inhand-right",
"directions": 4
},
{
"name": "base-colorA-inhand-left",
"directions": 4
},
{
"name": "base-colorA-inhand-right",
"directions": 4
},
{
"name": "base-colorB-inhand-left",
"directions": 4
},
{
"name": "base-colorB-inhand-right",
"directions": 4
}
]
}
Loading