diff options
Diffstat (limited to 'data/text')
| -rw-r--r-- | data/text/text_8.asm | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/data/text/text_8.asm b/data/text/text_8.asm index 12550c8e..d3294170 100644 --- a/data/text/text_8.asm +++ b/data/text/text_8.asm @@ -3,9 +3,19 @@ _CableClubNPCPleaseWaitText:: text_end _CableClubNPCLinkClosedBecauseOfInactivityText:: + vc_patch Change_MSG +IF DEF(_YELLOW_VC) + text "Please come again!" + done + text_start + text "sed because of" + cont "inactivity." +ELSE text "The link has been" line "closed because of" cont "inactivity." +ENDC + vc_patch_end para "Please contact" line "your friend and" |
