mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user