Merge pull request #9963 from farie82/Tablet-fix

Fixed the tablet being spawned with the broken sprite
This commit is contained in:
variableundefined
2018-10-25 07:35:03 +08:00
committed by GitHub
@@ -253,6 +253,7 @@ obj/machinery/lapvend/attackby(obj/item/I, mob/user)
fabricated_laptop.forceMove(loc)
fabricated_laptop = null
else if((devtype == 2) && fabricated_tablet)
fabricated_tablet.update_icon()
fabricated_tablet.forceMove(loc)
fabricated_tablet = null
atom_say("Enjoy your new product!")