love in the air

no not really thats actually nerve gas
This commit is contained in:
Vladin
2021-02-13 21:51:56 -05:00
parent 29237e5f8a
commit 1bfe8bb816
24 changed files with 158 additions and 4 deletions
+13
View File
@@ -350,6 +350,19 @@
/obj/item/toner)
crate_name = "toner crate"
/datum/supply_pack/misc/wedding
name = "Wedding Crate"
desc = "Almost everything you need to host a wedding! Don't forget a ring!"
cost = 1500
contains = list(/obj/item/clothing/under/wedding_dress,
/obj/item/clothing/under/tuxedo,
/obj/item/storage/belt/cummerbund,
/obj/item/bouquet,
/obj/item/bouquet/sunflower,
/obj/item/bouquet/poppy,
/obj/item/reagent_containers/food/drinks/bottle/champagne)
crate_name = "wedding crate"
/datum/supply_pack/misc/diamondring
name = "Diamond Ring"
desc = "Show them your love is like a diamond: unbreakable and forever lasting. Shipped straight from child slave cartels in the space african mines."
+3 -2
View File
@@ -386,8 +386,8 @@
/datum/supply_pack/organic/seeds
name = "Seeds Crate"
desc = "Big things have small beginnings. Contains thirteen different seeds."
cost = 1250
desc = "Big things have small beginnings. Contains fourteen different seeds."
cost = 1300
contains = list(/obj/item/seeds/chili,
/obj/item/seeds/berry,
/obj/item/seeds/corn,
@@ -398,6 +398,7 @@
/obj/item/seeds/wheat/rice,
/obj/item/seeds/carrot,
/obj/item/seeds/sunflower,
/obj/item/seeds/rose,
/obj/item/seeds/chanter,
/obj/item/seeds/potato,
/obj/item/seeds/sugarcane)