Skip to content

Commit

Permalink
capybara, in this economy?
Browse files Browse the repository at this point in the history
  • Loading branch information
spockye committed Jul 27, 2024
1 parent 2bb1a92 commit 11fcce4
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion code/modules/cargo/packs.dm
Original file line number Diff line number Diff line change
Expand Up @@ -1803,7 +1803,7 @@
/obj/item/reagent_containers/medspray/sterilizine,
/obj/item/rollerbed)
crate_name = "surgical supplies crate"

/datum/supply_pack/medical/implants
name = "Surplus Implants Crate"
desc = "Do you want implants, but those R&D folks hasn't learnt how to do their job? Just get started with this crate containing several of our dusty surplus implants. (Surgical tools not included)"
Expand Down Expand Up @@ -2803,6 +2803,13 @@
/mob/living/simple_animal/hostile/retaliate/poison/snake)
crate_name = "snake crate"

/datum/supply_pack/critter/capybara
name = "Capybara Crate"
desc = "Coconut doggy"
cost = 10000
contains = list(/mob/living/simple_animal/pet/dog/corgi/capybara)
crate_name = "capybara crate"

//////////////////////////////////////////////////////////////////////////////
//////////////////////////// Costumes & Toys /////////////////////////////////
//////////////////////////////////////////////////////////////////////////////
Expand Down

0 comments on commit 11fcce4

Please sign in to comment.