mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-21 20:20:33 +01:00
fixes infinite fake snow generation (#75529)
🆑 ShizCalev fix: Fixed an item duplication bug involving snow tiles. /🆑
This commit is contained in:
@@ -200,7 +200,7 @@
|
||||
|
||||
/turf/open/floor/fake_snow/Initialize(mapload)
|
||||
. = ..()
|
||||
AddElement(/datum/element/diggable, /obj/item/stack/tile/mineral/snow, 2, worm_chance = 0)
|
||||
AddElement(/datum/element/diggable, /obj/item/stack/tile/mineral/snow, 1, worm_chance = 0)
|
||||
|
||||
/turf/open/floor/fake_snow/broken_states()
|
||||
return list("snow_dug")
|
||||
|
||||
Reference in New Issue
Block a user