function renaming

This commit is contained in:
lunacb 2023-01-13 19:02:40 -05:00
parent fbe670651e
commit d1f33e858a
3 changed files with 4 additions and 4 deletions

View File

@ -24,7 +24,7 @@ from evennia.contrib.game_systems.multidescer import CmdMultiDesc
from evennia.contrib.grid import simpledoor
from evennia.contrib.grid.ingame_map_display import MapDisplayCmdSet
from lib.pronounsub import PronounAdminCommand
from lib.pronounsub import SetPronounsCommand
from lib.pronounsub import PronounsCommand
from lib.rpsystem.rpsystem import RPSystemCmdSet
@ -70,7 +70,7 @@ class CharacterCmdSet(default_cmds.CharacterCmdSet):
# gendersub
self.add(PronounAdminCommand())
self.add(SetPronounsCommand())
self.add(PronounsCommand())
# Overrides @examine
self.add(CmdCustomExamine())

View File

@ -1,4 +1,4 @@
from .pronounsub import PronounCharacter
from .pronounsub import SetPronounsCommand
from .pronounsub import PronounsCommand
from .pronounsub import PronounAdminCommand
from .db import PronounDbScript

View File

@ -167,7 +167,7 @@ class PronounAdminCommand(Command):
pronoun_list.remove(pronoun)
self.caller.msg(f"Removed the pronoun {stringify_specific_pronoun(pronoun)}.")
class SetPronounsCommand(Command):
class PronounsCommand(Command):
"""
Manages your pronouns.