Fix: Missing icon_state after removing the floor (#23463)

This commit is contained in:
Aylong
2023-12-13 18:31:40 +02:00
committed by GitHub
parent bbc6b79708
commit 3cf43de5b9
+1 -1
View File
@@ -74,7 +74,7 @@
var/obj/item/stack/tile/W = C
if(!W.use(1))
return
ChangeTurf(W.turf_type, keep_icon = FALSE)
ChangeTurf(W.turf_type)
playsound(src, 'sound/weapons/genhit.ogg', 50, 1)
else
to_chat(user, "<span class='warning'>This section is too damaged to support a tile! Use a welder to fix the damage.</span>")