mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 20:48:56 +01:00
Adds several more uses for plastics (Trinkets, Trash, Decor, and Killing the Environment) (#48337)
* Initial Commit, Plastic Boxes and Soda Rings. Basic carp interaction. * Beads, trash created from breaking plastic, carp eat plastic properly. * Cleans up sprites, adds designs to autolathe, and adds plastic plants * Icon Conflict more like Ion Comblict because I can't spell * Oh neat, there's already a party crate. Added Beer/Soda 6packs to the crate, adjusted price accordingly. * Aaaaaaaaaa runtime loop. * You win this round travis. * Makes the in-hand sprite the soda can sprite because honestly it's close enough don't @ me * Typo. * Merge conflict, style changes, FINE CARP DON'T BREATHE. * BEGONE CONFLICT BEGONE FROM ME
This commit is contained in:
@@ -1486,18 +1486,16 @@
|
||||
|
||||
/datum/supply_pack/service/party
|
||||
name = "Party Equipment"
|
||||
desc = "Celebrate both life and death on the station with Nanotrasen's Party Essentials(tm)! Contains seven colored glowsticks, four beers, two ales, and a bottle of patron, goldschlager, and shaker!"
|
||||
cost = 2000
|
||||
desc = "Celebrate both life and death on the station with Nanotrasen's Party Essentials(tm)! Contains seven colored glowsticks, six beers, six sodas, two ales, and a bottle of patron, goldschlager, and shaker!"
|
||||
cost = 2500
|
||||
contains = list(/obj/item/storage/box/drinkingglasses,
|
||||
/obj/item/reagent_containers/food/drinks/shaker,
|
||||
/obj/item/reagent_containers/food/drinks/bottle/patron,
|
||||
/obj/item/reagent_containers/food/drinks/bottle/goldschlager,
|
||||
/obj/item/reagent_containers/food/drinks/ale,
|
||||
/obj/item/reagent_containers/food/drinks/ale,
|
||||
/obj/item/reagent_containers/food/drinks/beer,
|
||||
/obj/item/reagent_containers/food/drinks/beer,
|
||||
/obj/item/reagent_containers/food/drinks/beer,
|
||||
/obj/item/reagent_containers/food/drinks/beer,
|
||||
/obj/item/storage/cans/sixbeer,
|
||||
/obj/item/storage/cans/sixsoda,
|
||||
/obj/item/flashlight/glowstick,
|
||||
/obj/item/flashlight/glowstick/red,
|
||||
/obj/item/flashlight/glowstick/blue,
|
||||
|
||||
Reference in New Issue
Block a user