mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 03:57:13 +01:00
Merge pull request #9963 from farie82/Tablet-fix
Fixed the tablet being spawned with the broken sprite
This commit is contained in:
@@ -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!")
|
||||
|
||||
Reference in New Issue
Block a user