you're going on the tabl

This commit is contained in:
Letter N
2021-02-27 17:47:22 +08:00
parent 8452fff356
commit c5e8d8131e

View File

@@ -44,6 +44,7 @@
icon_state = "colormate" icon_state = "colormate"
/obj/machinery/gear_painter/Destroy() /obj/machinery/gear_painter/Destroy()
if(inserted) //please i beg you do not drop nulls
inserted.forceMove(drop_location()) inserted.forceMove(drop_location())
return ..() return ..()