mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-20 19:44:09 +01:00
Fix: Missing icon_state after removing the floor (#23463)
This commit is contained in:
@@ -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>")
|
||||
|
||||
Reference in New Issue
Block a user