mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-25 05:51:56 +01:00
Fixes fingerless gloves and bacon burger (#5339)
* Fixes the bacon burger. * Fixes the fingerless gloves. * Fixes the chocolate box too.
This commit is contained in:
@@ -303,10 +303,10 @@
|
||||
name = "chocolate box"
|
||||
storage_slots = 8
|
||||
can_hold = list(
|
||||
/obj/item/weapon/reagent_containers/food/snacks
|
||||
/obj/item/weapon/reagent_containers/food/snacks/truffle/random
|
||||
)
|
||||
|
||||
/obj/item/weapon/storage/fancy/chocolate_box/fill()
|
||||
for(var/i=1; i <= storage_slots; i++)
|
||||
new /obj/item/weapon/reagent_containers/food/snacks/random(src)
|
||||
new /obj/item/weapon/reagent_containers/food/snacks/truffle/random(src)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user