diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-01-08 22:54:50 -0200 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-01-08 22:54:50 -0200 |
commit | ed3fc4e97b7bf73af9231757466c96ff7871b67e (patch) | |
tree | 3e16105a4d66a60ad08f61532291b0f1d7c26738 /npc | |
parent | b5121b005625abcc09ba44511ecf03117b0845ab (diff) | |
download | serverdata-ed3fc4e97b7bf73af9231757466c96ff7871b67e.tar.gz serverdata-ed3fc4e97b7bf73af9231757466c96ff7871b67e.tar.bz2 serverdata-ed3fc4e97b7bf73af9231757466c96ff7871b67e.tar.xz serverdata-ed3fc4e97b7bf73af9231757466c96ff7871b67e.zip |
getitemid? How much attention was I paying while I wrote this code?
I suspect I write all those codes while I sleep... %%n
Diffstat (limited to 'npc')
-rw-r--r-- | npc/018-2-1/dustman.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/018-2-1/dustman.txt b/npc/018-2-1/dustman.txt index 3dac2c29c..087631fd9 100644 --- a/npc/018-2-1/dustman.txt +++ b/npc/018-2-1/dustman.txt @@ -132,7 +132,7 @@ L_SkipIntro: if (.state == 0) { mesn; mesq l("The event starts hourly, when the minute clock hits zero. I'll tell everyone on this room when it starts and ends."); - mesc l("Do you want to exchange some of your @@ @@ for items?", countitem(BottledDust), getitemid(BottledDust)); + mesc l("Do you want to exchange some of your @@ @@ for items?", countitem(BottledDust), getitemlink(BottledDust)); mes ""; if (askyesno() == ASK_YES) { openshop; |