Donk Pocket Cooling 2: The Reworkening (#20453)

* donk pocket rework

* Snowball had a far more sensible way to do this

* lewcc review

* Sirryan review

Co-authored-by: Ryan <80364400+Sirryan2002@users.noreply.github.com>

* I fix?

* Revert "I fix?"

This reverts commit 1517d2e21e.

* please work you stupid .dmi

* WORK DAMN YOU

* will this hypothetically work

* re-adds syndie donk kit

* documented these

* just return

* clause guarded

---------

Co-authored-by: Ryan <80364400+Sirryan2002@users.noreply.github.com>
This commit is contained in:
Coolrune206
2023-03-20 14:26:06 -05:00
committed by GitHub
co-authored by Ryan
parent cd5e8cdfed
commit 48eb386e5c
7 changed files with 72 additions and 7 deletions
@@ -358,17 +358,26 @@
/obj/item/storage/box/donkpockets
name = "box of donk-pockets"
desc = "<B>Instructions:</B> <I>Heat in microwave. Product will cool if not eaten within seven minutes.</I>"
desc = "A heavy, insulated box that reads, <b>Instructions:</b> <i>Heat in microwave. Product will cool if not eaten within seven minutes. Store product in box to keep warm.</i>"
storage_slots = 6
can_hold = list(
/obj/item/reagent_containers/food/snacks/donkpocket,
/obj/item/reagent_containers/food/snacks/warmdonkpocket,
/obj/item/reagent_containers/food/snacks/warmdonkpocket_weak,
/obj/item/reagent_containers/food/snacks/syndidonkpocket)
icon_state = "donk_kit"
/obj/item/storage/box/donkpockets/populate_contents()
for(var/I in 1 to 6)
new /obj/item/reagent_containers/food/snacks/donkpocket(src)
/obj/item/storage/box/donkpockets/empty/populate_contents()
return
/obj/item/storage/box/syndidonkpockets
name = "box of donk-pockets"
desc = "This box feels slightly warm"
icon_state = "donk_kit"
icon_state = "donk_kit_synd"
/obj/item/storage/box/syndidonkpockets/populate_contents()
for(var/I in 1 to 6)