remove most top-level vardecls (#23946)

This commit is contained in:
warriorstar-orion
2024-02-05 17:12:08 -05:00
committed by GitHub
parent 60433a70b6
commit ed9842b730
24 changed files with 44 additions and 40 deletions
+6
View File
@@ -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)