mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-08-24 05:36:57 +01:00
The largest PR I've probably actually done. Adds the following:
* Bouquets * Fake Bouquets. Can be won from arcade machines. * Heart box chocolates containing a set arrangement of chocolates. * Adds said chocolates (milk chocolate, white chocolate, and truffles) all bite-sized. * Adds 5 cards, one blank and four with covers. Function identical to paper except you can't make an airplane because I hate fun. * Adds The four cards with covers, 3 real bouquets, and 2 chocolate boxes to cargo under a 'gift crate' for 10 points. Sprites by me. Code would not be possible without cerebul's help. Let me know if I've goofed on something, but I did test all of the items + ordering them from cargo.
This commit is contained in:
@@ -376,6 +376,29 @@
|
||||
reagents.add_reagent("coco", 2)
|
||||
bitesize = 2
|
||||
|
||||
/obj/item/weapon/reagent_containers/food/snacks/chocolatepiece
|
||||
name = "chocolate piece"
|
||||
desc = "A luscious milk chocolate piece filled with gooey caramel."
|
||||
icon_state = "chocolatepiece"
|
||||
filling_color = "#7D5F46"
|
||||
center_of_mass = list("x"=15, "y"=15)
|
||||
nutriment_amt = 1
|
||||
nutriment_desc = list("chocolate" = 3, "caramel" = 2, "lusciousness" = 1)
|
||||
bitesize = 2
|
||||
|
||||
/obj/item/weapon/reagent_containers/food/snacks/chocolatepiece/white
|
||||
name = "white chocolate piece"
|
||||
desc = "A creamy white chocolate piece drizzled in milk chocolate."
|
||||
icon_state = "chocolatepiece_white"
|
||||
filling_color = "#E2DAD3"
|
||||
nutriment_desc = list("white chocolate" = 3, "creaminess" = 1)
|
||||
|
||||
/obj/item/weapon/reagent_containers/food/snacks/chocolatepiece/truffle
|
||||
name = "chocolate truffle"
|
||||
desc = "A bite-sized milk chocolate truffle that could buy anyone's love."
|
||||
icon_state = "chocolatepiece_truffle"
|
||||
nutriment_desc = list("chocolate" = 3, "undying devotion" = 3)
|
||||
|
||||
/obj/item/weapon/reagent_containers/food/snacks/chocolateegg
|
||||
name = "Chocolate Egg"
|
||||
desc = "Such sweet, fattening food."
|
||||
|
||||
Reference in New Issue
Block a user