Fixes pAI char directory flavor text

I am having some existential difficulties rn. (git blame says i messed it up but that is 400% not my brand of a fuckup lmao)
This commit is contained in:
Verkister
2023-01-25 16:14:06 +02:00
committed by GitHub
parent a1c63a58c8
commit ffefa20905

View File

@@ -96,8 +96,7 @@ GLOBAL_DATUM(character_directory, /datum/character_directory)
name = P.name
species = "pAI"
ooc_notes = P.ooc_notes
if(P.print_flavor_text())
flavor_text = "\n[P.print_flavor_text()]\n"
flavor_text = P.flavor_text
if(istype(C.mob, /mob/living/simple_mob))
var/mob/living/simple_mob/S = C.mob