mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 03:57:13 +01:00
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:
co-authored by
DGamerL
Matt
parent
95b2fcf095
commit
85a9b97e80
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user