Skip to content

Commit

Permalink
dctubby: sync with RPU - proper reply after barter
Browse files Browse the repository at this point in the history
  • Loading branch information
burner1024 committed Apr 25, 2024
1 parent f4b89da commit 30392c5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions data/text/english/dialog/dctubby.msg
Original file line number Diff line number Diff line change
Expand Up @@ -69,3 +69,6 @@ town may use grain or gold. Redding is another prime example of a town fueled by
{510}{}{Here you go, Petey.}
{511}{}{You know, Petey, you should kick this shit.}
{512}{}{Take this and get the hell outta here, Petey.}

#added by killap
{520}{}{Pleasure doing business.}
2 changes: 1 addition & 1 deletion scripts_src/den/dctubby.ssl
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ end
gdialog_mod_barter(30); \
else \
gdialog_barter; \
Reply(" "); \
Reply(520); \
NOption(179,Node999,-003); \
if (local_var(LVAR_Penalty) > 0) then NOption(170,Node999,004); \
else NOption(168,Node999,004); \
Expand Down

0 comments on commit 30392c5

Please # to comment.