Skip to content

Commit

Permalink
Update extensions.py
Browse files Browse the repository at this point in the history
removed money taken if caught (streets)
  • Loading branch information
DanielOrourke02 committed May 4, 2024
1 parent c164612 commit 90f374c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/extensions.py
Original file line number Diff line number Diff line change
Expand Up @@ -489,11 +489,8 @@ def check(m):

if response.content.lower() == 'sell':
if '..' in conversation.lower():
total_profit = len(conversation) * meth_sell_price

for _ in range(loop_count):
remove_item_from_inventory(user_id, 'meth')
update_user_balance(user_id, -total_profit)

embed = discord.Embed(
title="Got caught!",
Expand Down

0 comments on commit 90f374c

Please sign in to comment.