|
@@ -1888,8 +1888,12 @@ else
|
|
|
$stat_display_temp_table_desc = 'fuck buddy'
|
|
|
elseif $npc_rel_type[$stat_display_temp_npcid] = 'sugar_daddy':
|
|
|
$stat_display_temp_table_desc = 'sugar daddy'
|
|
|
+ else
|
|
|
+ $stat_display_temp_table_desc = ''
|
|
|
end
|
|
|
- gs 'show_table', '<<$stat_display_temp_table_desc>> <<$npc_usedname[$stat_display_temp_npcid]>>: <<npc_rel[$stat_display_temp_npcid]>>', '2'
|
|
|
+
|
|
|
+ if $stat_display_temp_table_desc ! '': gs 'show_table', '<<$stat_display_temp_table_desc>> <<$npc_usedname[$stat_display_temp_npcid]>>: <<npc_rel[$stat_display_temp_npcid]>>', '2'
|
|
|
+
|
|
|
stat_display_i += 1
|
|
|
jump 'lover_display_loop'
|
|
|
end
|