Made temp flavor "more" pop up with actual temp flavor

This commit is contained in:
Putnam
2020-01-12 23:44:49 -08:00
parent 12a04da2d2
commit e412852c8f
2 changed files with 5 additions and 1 deletions
+1 -1
View File
@@ -51,7 +51,7 @@
if(length(msg) <= 40)
return "<span class='notice'>[html_encode(msg)]</span>"
else
return "<span class='notice'>[html_encode(copytext(msg, 1, 37))]... <a href='?src=[REF(src)];flavor_more=1'>More...</span></a>"
return "<span class='notice'>[html_encode(copytext(msg, 1, 37))]... <a href='?src=[REF(src)];flavor2_more=1'>More...</span></a>"
/mob/proc/get_top_level_mob()