mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-14 08:34:16 +01:00
remove most top-level vardecls (#23946)
This commit is contained in:
committed by
GitHub
parent
60433a70b6
commit
ed9842b730
@@ -33,6 +33,12 @@
|
||||
/// Is it emagged or not?
|
||||
var/emagged = FALSE
|
||||
|
||||
// Access-related fields
|
||||
var/list/req_access = null
|
||||
var/req_access_txt = "0"
|
||||
var/list/req_one_access = null
|
||||
var/req_one_access_txt = "0"
|
||||
|
||||
/obj/New()
|
||||
..()
|
||||
if(obj_integrity == null)
|
||||
|
||||
Reference in New Issue
Block a user