mirror of
https://github.com/KabKebab/GS13.git
synced 2026-07-16 18:36:54 +01:00
love in the air
no not really thats actually nerve gas
This commit is contained in:
@@ -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."
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user