mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-26 05:27:01 +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:
@@ -7,7 +7,7 @@
|
||||
var/list/elements
|
||||
var/floor_type = /turf/simulated/floor/vault/lavaland_air
|
||||
var/finished = FALSE
|
||||
var/reward_type = /obj/item/food/snacks/cookie
|
||||
var/reward_type = /obj/item/food/cookie
|
||||
var/element_type = /obj/structure/puzzle_element
|
||||
var/auto_setup = TRUE
|
||||
var/empty_tile_id
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
name = "seed vault seeds"
|
||||
lootcount = 1
|
||||
|
||||
loot = list(/obj/item/food/snacks/grown/mushroom/glowshroom/glowcap = 10,
|
||||
loot = list(/obj/item/food/grown/mushroom/glowshroom/glowcap = 10,
|
||||
/obj/item/seeds/cherry/bomb = 10,
|
||||
/obj/item/seeds/berry/glow = 10,
|
||||
/obj/item/seeds/sunflower/moonflower = 8
|
||||
|
||||
Reference in New Issue
Block a user