Merge pull request #14473 from ItzGabby/bark-box

Bark Box Remastered Edition
This commit is contained in:
silicons
2021-03-22 21:15:14 -06:00
committed by GitHub
31 changed files with 361 additions and 106 deletions
+9 -1
View File
@@ -67,7 +67,7 @@
/datum/supply_pack/vending/hydro
name = "Hydroponics Supply Crate"
desc = "Arnt you glad you dont have to do it the natural way? Contains a megaseed and nutrimax vending machine refill."
desc = "Aren't you glad you dont have to do it the natural way? Contains a megaseed and nutrimax vending machine refill."
cost = 5000
contains = list(/obj/item/vending_refill/hydroseeds,
/obj/item/vending_refill/hydronutrients)
@@ -82,6 +82,14 @@
contains = list(/obj/item/vending_refill/kink)
crate_name = "Kinkmate construction kit"
/datum/supply_pack/vending/barkbox
name = "Bark Box Supply Crate"
desc = "Running of out things to keep your pets happy?"
cost = 2000
contraband = TRUE
contains = list(/obj/item/vending_refill/barkbox)
crate_name = "bark box supply crate"
/datum/supply_pack/vending/medical
name = "Medical Vending Crate"
desc = "Contains refills for medical vending machines."