mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
[MIRROR] Gets rid of hasvar usage and moves up some vars (#11484)
Co-authored-by: Cameron Lennox <killer65311@gmail.com>
This commit is contained in:
committed by
GitHub
parent
f3954fdbeb
commit
938e760841
@@ -1,9 +1,3 @@
|
||||
// This is on the base /item so badmins can play with it by calling hide_identity().
|
||||
/obj/item
|
||||
var/datum/identification/identity = null
|
||||
var/identity_type = /datum/identification
|
||||
var/init_hide_identity = FALSE // Set to true to automatically obscure the object on initialization.
|
||||
|
||||
/obj/item/Initialize(mapload)
|
||||
if(init_hide_identity)
|
||||
identity = new identity_type(src)
|
||||
|
||||
Reference in New Issue
Block a user