Skip to content

Commit

Permalink
Re-Add Crusher Weapons (DeltaV-Station#1026)
Browse files Browse the repository at this point in the history
# Description

I apparently accidentally removed the Crusher weapons from their
spawner. This PR corrects that. Additionally in case this ever happens
again, I've also decided to add the Crusher Dagger as a loadout option
for salvage techs.

# Changelog

:cl:
- add: Salvage techs can now buy a Crusher Dagger in their loadout.
- fix: Re-Added the Crusher weapons to salvage spawners.
  • Loading branch information
VMSolidus authored Oct 9, 2024
1 parent ac72909 commit 457e618
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -303,5 +303,8 @@
rareChance: 0.4
prototypes:
- CrateSalvageAssortedGoodies
- WeaponCrusher
- WeaponCrusherDagger
- WeaponCrusherGlaive
chance: 0.9
offset: 0.2
11 changes: 11 additions & 0 deletions Resources/Prototypes/Loadouts/Jobs/cargo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,3 +59,14 @@
min: 36000 # 10 hours
items:
- ClothingNeckCloakGoliathCloak

- type: loadout
id: LoadoutCargoWeaponsCrusherDagger
category: JobsCargo
cost: 2
requirements:
- !type:CharacterJobRequirement
jobs:
- SalvageSpecialist
items:
- WeaponCrusherDagger

0 comments on commit 457e618

Please sign in to comment.