Introduction
Introduction Statistics Contact Development Disclaimer Help
Reduce chances to for random events even more. - annna - Annna the nice friendl…
git clone git://bitreich.org/annna/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws6…
Log
Files
Refs
Tags
README
---
commit aff69a238d22baa6fa2da679df8b03b01386f744
parent babf554440c22f70f47c442504d2d9797505ed08
Author: Annna Robert-Houdin <[email protected]>
Date: Tue, 29 Aug 2023 21:06:44 +0200
Reduce chances to for random events even more.
Diffstat:
M modules/idlerpg/idlerpg-channel-se… | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/modules/idlerpg/idlerpg-channel-service.py b/modules/idlerpg/idler…
@@ -223,10 +223,10 @@ def main(args):
say(chaninpath, "%s levelled down to level %s." % (hacker,…
hackers[hacker][5] = newlevel
- if random.randint(1, 65535) > 65000 and len(hackers) > 1:
+ if random.randint(1, 65535) > 65500 and len(hackers) > 1:
(attacker, defender) = random.choices(list(hackers.keys()), k=…
attack(hackers, attacker, defender)
- elif random.randint(1, 65535) < 500 and len(hackers) > 1:
+ elif random.randint(1, 65535) < 10 and len(hackers) > 1:
questhackers = random.choices(list(hackers.keys()), k=random.r…
go_on_quest(hackers, questhackers)
You are viewing proxied material from bitreich.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.