mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-20 19:44:46 +01:00
Merge pull request #14359 from Seris02/characterdirectorybetter
adds the ability to use mind-based character directories
This commit is contained in:
+13
-1
@@ -1,2 +1,14 @@
|
||||
/datum/mind
|
||||
var/vore_death = FALSE // Was our last gasp a gurgle?
|
||||
var/vore_death = FALSE // Was our last gasp a gurgle?
|
||||
var/show_in_directory
|
||||
var/directory_tag
|
||||
var/directory_erptag
|
||||
var/directory_ad
|
||||
|
||||
/mob/living/mind_initialize()
|
||||
. = ..()
|
||||
if (client?.prefs)
|
||||
mind.show_in_directory = client.prefs.show_in_directory
|
||||
mind.directory_tag = client.prefs.directory_tag
|
||||
mind.directory_erptag = client.prefs.directory_erptag
|
||||
mind.directory_ad = client.prefs.directory_ad
|
||||
|
||||
Reference in New Issue
Block a user