Reduced copypasta

This commit is contained in:
Putnam
2020-02-22 02:38:57 -08:00
parent 146b2a35f2
commit d328d554ba
2 changed files with 3 additions and 14 deletions
@@ -397,7 +397,7 @@
var/flavor = print_flavor_text(flavor_text)
if(flavor)
. += flavor
var/temp_flavor = print_flavor_text_2(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, .)