mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-28 06:27:26 +01:00
UltraLight optimizations, and moving of access levels into a defines. (Pre-processor stuff is fun)
This commit is contained in:
@@ -34,7 +34,7 @@
|
||||
return
|
||||
if(istype(W,/obj/item/weapon/card/id))
|
||||
var/obj/item/weapon/card/id/ID = W
|
||||
if(access_keycard_auth in ID.access)
|
||||
if(ACCESS_KEYCARD_AUTH in ID.access)
|
||||
if(active == 1)
|
||||
//This is not the device that made the initial request. It is the device confirming the request.
|
||||
if(event_source)
|
||||
|
||||
Reference in New Issue
Block a user