mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-24 04:28:12 +01:00
code/global.dm => code/_global_vars/ (#17244)
* 1 * Full conversion * . * . --------- Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
@@ -70,7 +70,7 @@ GLOBAL_DATUM(character_directory, /datum/character_directory)
|
||||
|
||||
if(ishuman(C.mob))
|
||||
var/mob/living/carbon/human/H = C.mob
|
||||
//if(data_core && data_core.general)
|
||||
//if(data_core && GLOB.data_core.general)
|
||||
// if(!find_general_record("name", H.real_name))
|
||||
// if(!find_record("name", H.real_name, data_core.hidden_general))
|
||||
// continue
|
||||
|
||||
Reference in New Issue
Block a user