Fixed floor tiles showing their quantity when not held. (#22009)

Invalid flags were set on tiles.
This commit is contained in:
Cody Brittain
2026-03-11 16:38:40 +00:00
committed by GitHub
parent 6f63831667
commit c0d0bb5492
2 changed files with 58 additions and 2 deletions
@@ -19,8 +19,6 @@
randpixel = 7
drop_sound = 'sound/items/drop/axe.ogg'
pickup_sound = 'sound/items/pickup/axe.ogg'
item_flags = 0
obj_flags = 0
/obj/item/stack/tile/Initialize(mapload, amount)
. = ..()