Skip to content

Commit

Permalink
Uncomments Machete Cargo Order (#3584)
Browse files Browse the repository at this point in the history
## About The Pull Request

Uncomments the Machete Crate from cargo

## Why It's Good For The Game

They're bulky but they're neat melee options. Beats you to death with
machetes

## Changelog

:cl:
add: Added Stamped Steel Machetes, 5 for 500
/:cl:
  • Loading branch information
generalthrax authored Oct 22, 2024
1 parent 17150bc commit f9d9638
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions code/modules/cargo/packs/sec_supply.dm
Original file line number Diff line number Diff line change
Expand Up @@ -77,18 +77,13 @@
/obj/item/melee/knife/survival)
crate_name = "combat knife crate"

/*
/datum/supply_pack/sec_supply/machete
name = "Stampted Steel Machete Crate"
desc = "Contains five mass produced machetes. A perfect choice for crews on a budget."
cost = 500
contains = list(/obj/item/melee/sword/mass,
/obj/item/melee/sword/mass,
/obj/item/melee/sword/mass,
/obj/item/melee/sword/mass,
/obj/item/melee/sword/mass)
crate_name = "combat knife crate"
*/

/datum/supply_pack/sec_supply/flamethrower
name = "Flamethrower Crate"
Expand Down

0 comments on commit f9d9638

Please sign in to comment.