Merge pull request #17107 from dearmochi/fix-table-runtime

Fixes runtime on table frame completion
This commit is contained in:
Fox McCloud
2021-11-15 03:46:29 -05:00
committed by GitHub
+1 -1
View File
@@ -49,7 +49,7 @@
if(do_after(user, 20, target = src) && G.use(1))
make_new_table(/obj/structure/table/glass)
if(istype(I, /obj/item/stack/tile/carpet))
else if(istype(I, /obj/item/stack/tile/carpet))
var/obj/item/stack/tile/carpet/C = I
if(C.get_amount() < 1)
to_chat(user, "<span class='warning'>You need one [C.name] sheet to do this!</span>")