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,7 +44,8 @@
icon_state = "colormate"
/obj/machinery/gear_painter/Destroy()
inserted.forceMove(drop_location())
if(inserted) //please i beg you do not drop nulls
inserted.forceMove(drop_location())
return ..()
/obj/machinery/gear_painter/attackby(obj/item/I, mob/living/user)