Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/alkorgun/blacksmith-2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'expansions/help/code.py')
-rw-r--r--expansions/help/code.py6
1 files changed, 4 insertions, 2 deletions
diff --git a/expansions/help/code.py b/expansions/help/code.py
index 934a8cd..b371e6d 100644
--- a/expansions/help/code.py
+++ b/expansions/help/code.py
@@ -93,8 +93,10 @@ class expansion_temp(expansion):
if cmds.has_key(1):
answer += self.AnsBase[15] % (lcmds[1]._str(), ", ".join(cmds[1]))
access = get_access(source[1], source[2])
- if access >= 8:
- access = "%d (BOSS)" % (access)
+ if access > 8:
+ access = "%d (Gandalf)" % (access)
+ elif access == 8:
+ access = "8 (God)"
elif access == 7:
access = "7 (Chief)"
else: