upload files

This commit is contained in:
SandPoot
2021-06-09 21:36:43 -03:00
parent 051f9d06fc
commit 79c501a7b4
4 changed files with 84 additions and 2 deletions
@@ -114,6 +114,12 @@
update_icon()
if(user && istype(user))
ui_interact(user) // Re-open the UI on this computer. It should show the main screen now.
if("eject_pen")
if(istype(src, /obj/item/modular_computer/tablet))
var/obj/item/modular_computer/tablet/self = src
if(self.can_have_pen)
self.remove_pen()
return
if("PC_killprogram")
var/prog = params["name"]