diff options
author | Fedja Beader <fedja@protonmail.ch> | 2025-03-16 00:35:58 +0000 |
---|---|---|
committer | Fedja Beader <fedja@protonmail.ch> | 2025-03-16 00:35:58 +0000 |
commit | b76f7d31b5f019a91adbc80bad864b38f0126164 (patch) | |
tree | 792c8339a671013f42d55fc37bf138c82e5b1008 | |
parent | fe1802bd441b248110a4e6006ee3e18788d35a9f (diff) | |
download | serverdata-b76f7d31b5f019a91adbc80bad864b38f0126164.tar.gz serverdata-b76f7d31b5f019a91adbc80bad864b38f0126164.tar.bz2 serverdata-b76f7d31b5f019a91adbc80bad864b38f0126164.tar.xz serverdata-b76f7d31b5f019a91adbc80bad864b38f0126164.zip |
Add note about calling rumbarrel_chance() twice.
**** ml/serverdata!187
Approved-by: Jesusalva Jesusalva <jesusalva@tmw2.org>
-rw-r--r-- | npc/025-1/rum.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/npc/025-1/rum.txt b/npc/025-1/rum.txt index 9c7c097ae..ec13ad968 100644 --- a/npc/025-1/rum.txt +++ b/npc/025-1/rum.txt @@ -144,6 +144,7 @@ L_Main: inventoryplace CrazyRum, (FORTRESS_AMMO * .cupammo); inventoryplace WhiskeyAle, (FORTRESS_AMMO * .cupammo); mesn; + // N.B: a long time may pass between this and the other call of rumbarrel_chance(). mes l("Trying to retrieve it now will have @@ % chance to be successful.", rumbarrel_chance()/100); mes l("Attempt to retrieve it now?"); next; |