mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
Merge pull request #5609 from Verkister/patch-36
Fixes pAI char directory flavor text
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