Introduction
Introduction Statistics Contact Development Disclaimer Help
Fix no damage spelling in attack. - annna - Annna the nice friendly bot.
git clone git://bitreich.org/annna/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws6…
Log
Files
Refs
Tags
README
---
commit babf554440c22f70f47c442504d2d9797505ed08
parent 6f4407a0a5decda2c441cfa45efdb2a671d25e74
Author: Annna Robert-Houdin <[email protected]>
Date: Tue, 29 Aug 2023 20:54:43 +0200
Fix no damage spelling in attack.
Diffstat:
M modules/idlerpg/idlerpg-channel-se… | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/modules/idlerpg/idlerpg-channel-service.py b/modules/idlerpg/idler…
@@ -176,7 +176,7 @@ def main(args):
else:
attackinfo = "%s attacked %s with a %s" \
", but %s defended so well with %s, " \
- " that no damaged occured." \
+ "that no damage occured." \
% (attacker, defender, attackweapon, defender, \
defendshield)
say(chaninpath, attackinfo)
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.