rom24-quickmud-python 2.9.17__py3-none-any.whl → 2.9.18__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- mud/commands/shop.py +11 -0
- {rom24_quickmud_python-2.9.17.dist-info → rom24_quickmud_python-2.9.18.dist-info}/METADATA +1 -1
- {rom24_quickmud_python-2.9.17.dist-info → rom24_quickmud_python-2.9.18.dist-info}/RECORD +7 -7
- {rom24_quickmud_python-2.9.17.dist-info → rom24_quickmud_python-2.9.18.dist-info}/WHEEL +0 -0
- {rom24_quickmud_python-2.9.17.dist-info → rom24_quickmud_python-2.9.18.dist-info}/entry_points.txt +0 -0
- {rom24_quickmud_python-2.9.17.dist-info → rom24_quickmud_python-2.9.18.dist-info}/licenses/LICENSE +0 -0
- {rom24_quickmud_python-2.9.17.dist-info → rom24_quickmud_python-2.9.18.dist-info}/top_level.txt +0 -0
mud/commands/shop.py
CHANGED
|
@@ -833,6 +833,17 @@ def do_buy(char: Character, args: str) -> str:
|
|
|
833
833
|
char.messages.append("You haggle with the shopkeeper.")
|
|
834
834
|
check_improve(char, "haggle", True, 4)
|
|
835
835
|
|
|
836
|
+
# ROM src/act_obj.c:2734-2745 — broadcast `$n buys $p[N].` or `$n buys $p.`
|
|
837
|
+
# to the room before deducting cost so onlookers see the transaction.
|
|
838
|
+
room = getattr(char, "room", None)
|
|
839
|
+
if room is not None:
|
|
840
|
+
buyer_name = char.short_descr or char.name or "Someone"
|
|
841
|
+
item_name = selected_obj.short_descr or selected_obj.name or "something"
|
|
842
|
+
if quantity > 1:
|
|
843
|
+
room.broadcast(f"{buyer_name} buys {item_name}[{quantity}].", exclude=char)
|
|
844
|
+
else:
|
|
845
|
+
room.broadcast(f"{buyer_name} buys {item_name}.", exclude=char)
|
|
846
|
+
|
|
836
847
|
deduct_cost(char, total_cost)
|
|
837
848
|
_set_keeper_total_wealth(keeper, _keeper_total_wealth(keeper) + total_cost)
|
|
838
849
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: rom24-quickmud-python
|
|
3
|
-
Version: 2.9.
|
|
3
|
+
Version: 2.9.18
|
|
4
4
|
Summary: A modern Python port of the ROM 2.4b6 MUD engine with full telnet server and JSON world loading
|
|
5
5
|
Author-email: Mark Jedrzejczyk <mark.jedrzejczyk@gmail.com>
|
|
6
6
|
Maintainer-email: Mark Jedrzejczyk <mark.jedrzejczyk@gmail.com>
|
|
@@ -91,7 +91,7 @@ mud/commands/player_info.py,sha256=VqEHgETh7u1BMVWJDIMhvBgF2Pm5LGNtNpLRTbXt3mI,7
|
|
|
91
91
|
mud/commands/position.py,sha256=uwphiwxN_sEGi2wlAD5oE2pmlPCe1y9f50g_HrARg58,16339
|
|
92
92
|
mud/commands/remaining_rom.py,sha256=nIDH2XiMyxm-vR45QX6BLwdIdaS4V0kNEhm5mFY79hU,18780
|
|
93
93
|
mud/commands/session.py,sha256=hrx-HY94JkEed64FPSe6TbfcVITXlsfzQ9DLDQ9ZYjY,14865
|
|
94
|
-
mud/commands/shop.py,sha256=
|
|
94
|
+
mud/commands/shop.py,sha256=u2uFM6qBqlxGTw-qAGPj3ph8jb5qqyX77Dk2TkIocKo,40698
|
|
95
95
|
mud/commands/socials.py,sha256=IKSo1n-9aCtMDJFEq9KVBQIeabbijeMOZDXZUGoT_us,4401
|
|
96
96
|
mud/commands/thief_skills.py,sha256=OJ2rT1Z56Pm1zHeaN5NvWCa4g2xT_k7epJNQR7JpYMM,15161
|
|
97
97
|
mud/commands/typo_guards.py,sha256=NDL-6n1KwUduJNKpx_vRv3qGVrA1TvYelBwcla_RU9g,1434
|
|
@@ -216,9 +216,9 @@ mud/world/obj_find.py,sha256=tgnUkbFjnCl586Lzl6yRzCmllZSNEfQpQlrxCMVcUGU,5295
|
|
|
216
216
|
mud/world/time_persistence.py,sha256=K4uhRpu08IDHY5uReBYTvw4BHuqsSxWvbv-h1VsPvf8,1663
|
|
217
217
|
mud/world/vision.py,sha256=NRk3cvrGyyldU4W98qAVlYZp9wL-IUE1dTgk6DpM-NA,11609
|
|
218
218
|
mud/world/world_state.py,sha256=3KpiDP6v24sZDn9-g44UypXpegzgRShHo1XvektJzdU,8810
|
|
219
|
-
rom24_quickmud_python-2.9.
|
|
220
|
-
rom24_quickmud_python-2.9.
|
|
221
|
-
rom24_quickmud_python-2.9.
|
|
222
|
-
rom24_quickmud_python-2.9.
|
|
223
|
-
rom24_quickmud_python-2.9.
|
|
224
|
-
rom24_quickmud_python-2.9.
|
|
219
|
+
rom24_quickmud_python-2.9.18.dist-info/licenses/LICENSE,sha256=anQ2j9As6sIC8tZgQCXbo0-09JDH9vPiqhA9djnOvkY,1078
|
|
220
|
+
rom24_quickmud_python-2.9.18.dist-info/METADATA,sha256=Gath7nkg7vP0AgqOnrU6xmSEiNQg1HFEFGo1sn5CBQU,15671
|
|
221
|
+
rom24_quickmud_python-2.9.18.dist-info/WHEEL,sha256=aeYiig01lYGDzBgS8HxWXOg3uV61G9ijOsup-k9o1sk,91
|
|
222
|
+
rom24_quickmud_python-2.9.18.dist-info/entry_points.txt,sha256=VFru08UQTXZA_CkK-NBjJmWHyEX5a3864fQHjhaojbw,41
|
|
223
|
+
rom24_quickmud_python-2.9.18.dist-info/top_level.txt,sha256=Fk1WPmabIIjp7_iZXLYpbAVqiq7lG7TeAHt30AsOKtQ,4
|
|
224
|
+
rom24_quickmud_python-2.9.18.dist-info/RECORD,,
|
|
File without changes
|
{rom24_quickmud_python-2.9.17.dist-info → rom24_quickmud_python-2.9.18.dist-info}/entry_points.txt
RENAMED
|
File without changes
|
{rom24_quickmud_python-2.9.17.dist-info → rom24_quickmud_python-2.9.18.dist-info}/licenses/LICENSE
RENAMED
|
File without changes
|
{rom24_quickmud_python-2.9.17.dist-info → rom24_quickmud_python-2.9.18.dist-info}/top_level.txt
RENAMED
|
File without changes
|