Skip to content

Commit

Permalink
done
Browse files Browse the repository at this point in the history
  • Loading branch information
silicons committed Nov 27, 2024
1 parent 23e892c commit 4b0ac31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/turfs/simulated/floor/floor-flooring.dm
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
else
if(drop_product)
flooring.drop_product(src)
set_flooring(flooring.base_flooring)
set_flooring(RSflooring.fetch(flooring.base_flooring))
. = 1

/**
Expand Down

0 comments on commit 4b0ac31

Please sign in to comment.