Skip to content

Commit

Permalink
Fixups
Browse files Browse the repository at this point in the history
  • Loading branch information
Erisfiregamer1 committed Feb 26, 2025
1 parent 483d6ec commit 77d6ac9
Show file tree
Hide file tree
Showing 7 changed files with 25 additions and 13 deletions.
1 change: 1 addition & 0 deletions Resources/Locale/en-US/forensics/fibers.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ fibers-nitrile = nitrile
fibers-nanomachines = insulative nanomachine
fibers-chameleon = holographic chameleon
fibers-rubber = rubber
fibers-kinetic = kinetic
fibers-purple = purple
fibers-red = red
Expand Down
1 change: 0 additions & 1 deletion Resources/Prototypes/Catalog/Fills/Lockers/cargo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
- id: LavalandEquipmentExplorerSuit
- id: ShelterCapsule
- id: ClothingMaskGasExplorer
- id: MineralScanner
- id: FlashlightSeclite
- id: ClothingEyesGlassesGarMeson
# Lavaland Change End
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@
cost: 500
- id: ClothingShoesBootsJack
cost: 550
- id: MineralScanner
cost: 550
- id: MedkitBruteFilled
cost: 600
- id: MedkitBurnFilled
Expand All @@ -49,8 +47,6 @@
cost: 1000
- id: PKAUpgradeFireRate
cost: 1000
- id: AdvancedMineralScanner
cost: 1100
- id: PKAUpgradeDamage
cost: 1200
- id: LavalandEquipmentExplorerSuit
Expand Down Expand Up @@ -82,8 +78,8 @@
cost: 6400
- id: WeaponRifleSVTEmpty
cost: 6400
- id: WeaponPlasmaCutter
cost: 1700
# - id: WeaponPlasmaCutter -- TODO: Port from goob
# cost: 1700
- id: SpaceCash1000
cost: 2000
- id: ShelterCapsule
Expand Down
2 changes: 1 addition & 1 deletion Resources/Prototypes/DeltaV/Catalog/mining_voucher.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
state: icon
content:
- WeaponCrusher
- FireExtinguisherMini
- FireExtinguisher # should be mini but who cares we can balance this later

- type: thiefBackpackSet
id: MiningExtraction
Expand Down
15 changes: 15 additions & 0 deletions Resources/Prototypes/Entities/Objects/Decoration/flora.yml
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,21 @@
- type: Sprite
state: rocksolid03

- type: entity
parent: BaseRock
id: FloraRockSolid
components:
- type: Sprite
layers:
- state: rocksolid01
map: ["random"]
- type: RandomSprite
available:
- random:
rocksolid01: ""
rocksolid02: ""
rocksolid03: ""

- type: entity
name: stalagmite
description: Natural stone spikes.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,12 @@
- type: AccessReader
access: [["Salvage"]]

- type: localizedDataset
- type: messagePack
id: MiningDrobeAds
values:
prefix: advertisement-miningdrobe-
count: 3
messages:
- advertisement-miningdrobe-1
- advertisement-miningdrobe-2
- advertisement-miningdrobe-3

- type: vendingMachineInventory
id: MiningDrobeInventory
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@
#- OreBananium
- OreArtifactFragment
- OreDiamond
- BSCrystal
- OreBluespace

0 comments on commit 77d6ac9

Please sign in to comment.