mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-19 11:05:03 +01:00
Removes the empty type of /snacks (#26010)
* Aaaaa it works * Add updatepaths * Add unsaved files * MATTTTT * Fixes casino * Fix --------- Signed-off-by: DGamerL <108773801+DGamerL@users.noreply.github.com>
This commit is contained in:
@@ -44,7 +44,7 @@
|
||||
|
||||
/obj/structure/closet/secure_closet/freezer/meat/populate_contents()
|
||||
for(var/i in 1 to 4)
|
||||
new /obj/item/food/snacks/meat/monkey(src)
|
||||
new /obj/item/food/meat/monkey(src)
|
||||
|
||||
/obj/structure/closet/secure_closet/freezer/meat/open
|
||||
req_access = null
|
||||
|
||||
@@ -135,7 +135,7 @@
|
||||
new /obj/item/storage/pill_bottle/psychiatrist(src)
|
||||
new /obj/random/plushie(src)
|
||||
for(var/i in 0 to 3)
|
||||
var/candy = pick(subtypesof(/obj/item/food/snacks/candy/fudge))
|
||||
var/candy = pick(subtypesof(/obj/item/food/candy/fudge))
|
||||
new candy(src)
|
||||
|
||||
/obj/structure/closet/secure_closet/CMO
|
||||
|
||||
@@ -331,7 +331,7 @@
|
||||
desc = "Just like the ones you remember from childhood!"
|
||||
|
||||
/obj/structure/snowman/built/Destroy()
|
||||
new /obj/item/food/snacks/grown/carrot(drop_location())
|
||||
new /obj/item/food/grown/carrot(drop_location())
|
||||
new /obj/item/grown/log(drop_location())
|
||||
new /obj/item/grown/log(drop_location())
|
||||
return ..()
|
||||
|
||||
Reference in New Issue
Block a user