mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-14 16:46:28 +01:00
organs NEW to INIT (#17050)
Co-authored-by: Cameron Lennox <killer65311@gmail.com>
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
var/identity_type = /datum/identification
|
||||
var/init_hide_identity = FALSE // Set to true to automatically obscure the object on initialization.
|
||||
|
||||
/obj/item/Initialize()
|
||||
/obj/item/Initialize(mapload)
|
||||
if(init_hide_identity)
|
||||
identity = new identity_type(src)
|
||||
return ..()
|
||||
|
||||
Reference in New Issue
Block a user