Remove dead code, fix cvar argument type and add player name helper

Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent)

Co-authored-by: Sisyphus <[email protected]>
This commit is contained in:
Debian
2026-09-13 14:00:13 +02:00
co-authored by Sisyphus
parent e47badb7b3
commit 5b90d66276
3 changed files with 7 additions and 14 deletions
-9
View File
@@ -104,12 +104,3 @@ POWERUP_COLORS = {
'MegaHealth': '^8^4MegaHealth^7^0'
}
# Curses color pairs
COLOR_PAIRS = {
1: 1, # Red
2: 2, # Green
3: 3, # Yellow
4: 4, # Blue
5: 6, # Cyan (swapped)
6: 5 # Magenta (swapped)
}