Merge pull request #11186 from Putnam3145/fixed-flavor

Fixed temp flavor text (for real)
This commit is contained in:
Ghom
2020-02-22 15:09:58 +01:00
committed by GitHub
2 changed files with 3 additions and 3 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(flavor_text_2,TRUE)
if(temp_flavor)
. += temp_flavor
SEND_SIGNAL(src, COMSIG_PARENT_EXAMINE, user, .)