Introduction
Introduction Statistics Contact Development Disclaimer Help
Fix special changes in calamity. - annna - Annna the nice friendly bot.
git clone git://bitreich.org/annna/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws6…
Log
Files
Refs
Tags
README
---
commit 110a6c3e545d69cd040ee8b2c88f7f784f99ba18
parent 87fafd7064b2ddc92c7f48aa329153153c8aa4fa
Author: Annna Robert-Houdin <[email protected]>
Date: Wed, 30 Aug 2023 17:44:25 +0200
Fix special changes in calamity.
Diffstat:
M modules/idlerpg/idlerpg-channel-se… | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/modules/idlerpg/idlerpg-channel-service.py b/modules/idlerpg/idler…
@@ -152,7 +152,7 @@ def main(args):
hackers[hacker][2] = new_hardware
say(chaninpath, "It is %s's birthday. " \
"%s's hardware changed to %s." \
- % (hacker, hackers[hacker][2]))
+ % (hacker, hacker, hackers[hacker][2]))
elif change_type == 3:
new_shield = None
while new_shield != hackers[hacker][3]:
@@ -160,7 +160,7 @@ def main(args):
hackers[hacker][3] = new_shield
say(chaninpath, "%s fell over a Windows 95 CD. " \
"%s's shield changed to %s." \
- % (hacker, hackers[hacker][3]))
+ % (hacker, hacker, hackers[hacker][3]))
elif change_type == 4:
new_weapon = None
while new_weapon != hackers[hacker][4]:
@@ -168,7 +168,7 @@ def main(args):
hackers[hacker][4] = new_weapon
say(chaninpath, "%s had to reinstall the OS. " \
"%s's weapon changed to %s." \
- % (hacker, hackers[hacker][4]))
+ % (hacker, hacker, hackers[hacker][4]))
else:
event = random.choice(list(events.keys()))
boost = random.randint(-10, 10) * 100
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.