Unity Hound Parts

This commit is contained in:
LunarFleet
2020-07-22 23:10:51 -04:00
parent 5efc531f7f
commit 5daabf8c0c
9 changed files with 498 additions and 3 deletions
+5 -1
View File
@@ -33,7 +33,11 @@ var/list/adminfaxes = list() //cache for faxes that have been sent to admins
/obj/machinery/photocopier/faxmachine/attack_hand(mob/user as mob)
user.set_machine(src)
ui_interact(user)
if(issilicon(usr))
authenticated = 1
ui_interact(user)
else
ui_interact(user)
/**
* Display the NanoUI window for the fax machine.