mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 03:27:05 +01:00
Merge pull request #11429 from Mitchs98/pigcrate
Adds Pig Crate to Cargo
This commit is contained in:
@@ -1073,6 +1073,12 @@ var/list/all_supply_groups = list(supply_emergency,supply_security,supply_engine
|
||||
containertype = /obj/structure/closet/critter/cow
|
||||
containername = "cow crate"
|
||||
|
||||
/datum/supply_packs/organic/pig
|
||||
name = "Pig Crate"
|
||||
cost = 25
|
||||
containertype = /obj/structure/closet/critter/pig
|
||||
containername = "pig crate"
|
||||
|
||||
/datum/supply_packs/organic/goat
|
||||
name = "Goat Crate"
|
||||
cost = 25
|
||||
|
||||
Reference in New Issue
Block a user