Skip to content

Commit

Permalink
Kills combat knife crate and replaces it with survival knives (shipte…
Browse files Browse the repository at this point in the history
…st-ss13#2736)

## About The Pull Request
As the name says!!!!!
## Why It's Good For The Game
Holdover from TG, massively overpriced for today's shiptest and combat
knives are being kept as a higher-tier loot item.
## Changelog

:cl:

balance: Changes combat knives in cargo to survival knives and cheapens
their crate.

/:cl:

<!-- Both :cl:'s are required for the changelog to work! You can put
your name to the right of the first :cl: if you want to overwrite your
GitHub username as author ingame. -->
<!-- You can use multiple of the same prefix (they're only used for the
icon ingame) and delete the unneeded ones. Despite some of the tags,
changelogs should generally represent how a player might be affected by
the changes rather than a summary of the PR's contents. -->
  • Loading branch information
Martinpachu authored and MysticalFaceLesS committed Feb 27, 2024
1 parent 7719ea2 commit 8c70a61
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions code/modules/cargo/packs/sec_supply.dm
Original file line number Diff line number Diff line change
Expand Up @@ -63,13 +63,13 @@
/obj/item/shield/riot)
crate_name = "riot shields crate"

/datum/supply_pack/sec_supply/combatknives
name = "Combat Knives Crate"
desc = "Contains three sharpened combat knives. Each knife guaranteed to fit snugly inside any galactic-standard boot."
cost = 2500
contains = list(/obj/item/kitchen/knife/combat,
/obj/item/kitchen/knife/combat,
/obj/item/kitchen/knife/combat)
/datum/supply_pack/sec_supply/survknives
name = "Survival Knives Crate"
desc = "Contains three sharpened survival knives. Each knife guaranteed to fit snugly inside any galactic-standard boot."
cost = 500
contains = list(/obj/item/kitchen/knife/combat/survival,
/obj/item/kitchen/knife/combat/survival,
/obj/item/kitchen/knife/combat/survival)
crate_name = "combat knife crate"

/datum/supply_pack/sec_supply/fire
Expand Down

0 comments on commit 8c70a61

Please sign in to comment.