[MIRROR] Expands mob_tags logging [MDB IGNORE] (#16605)

Expands mob_tags logging

Co-authored-by: Gamer025 <33846895+Gamer025@users.noreply.github.com>
This commit is contained in:
SkyratBot
2022-10-03 07:21:38 +01:00
committed by GitHub
co-authored by Gamer025
parent 5f68a2e489
commit fde31bf40b
7 changed files with 20 additions and 5 deletions
+1
View File
@@ -42,6 +42,7 @@
/datum/preference/name/real_name/apply_to_human(mob/living/carbon/human/target, value)
target.real_name = value
target.name = value
target.log_mob_tag("RENAMED: [key_name(target)]")
/datum/preference/name/real_name/create_informed_default_value(datum/preferences/preferences)
var/species_type = preferences.read_preference(/datum/preference/choiced/species)