Refactors outfits to work with mind initialization (#25395)

* wow

* fix runtime and ci

* i spell good

* Fix

* Update code/datums/outfits/outfit_admin.dm

Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com>
Signed-off-by: Matt <116982774+Burzah@users.noreply.github.com>

---------

Signed-off-by: Matt <116982774+Burzah@users.noreply.github.com>
Co-authored-by: Matt <116982774+Burzah@users.noreply.github.com>
Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com>
This commit is contained in:
Contrabang
2024-05-17 12:00:06 +00:00
committed by GitHub
co-authored by DGamerL Matt
parent 95b2fcf095
commit 85a9b97e80
12 changed files with 88 additions and 58 deletions
@@ -61,6 +61,7 @@
)
/datum/outfit/spacebase_syndicate/post_equip(mob/living/carbon/human/H)
. = ..()
H.faction |= "syndicate"
var/random_name = random_name(pick(MALE,FEMALE), H.dna.species.name)
H.rename_character(H.real_name, random_name)