fixed temp flavor text (for real)

This commit is contained in:
Putnam
2020-02-21 00:26:42 -08:00
parent 7151f3d2ea
commit 146b2a35f2
2 changed files with 12 additions and 1 deletions
@@ -397,7 +397,7 @@
var/flavor = print_flavor_text(flavor_text)
if(flavor)
. += flavor
var/temp_flavor = print_flavor_text(flavor_text_2)
var/temp_flavor = print_flavor_text_2(flavor_text_2)
if(temp_flavor)
. += temp_flavor
SEND_SIGNAL(src, COMSIG_PARENT_EXAMINE, user, .)