mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-26 06:40:08 +01:00
Unity Hound Parts
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user