Update clothing.py
Changed "rturn" in line 563 to "return"
This commit is contained in:
parent
c51ef93b8a
commit
dcd7ae209c
1 changed files with 1 additions and 1 deletions
|
|
@ -560,7 +560,7 @@ class CmdCover(MuxCommand):
|
||||||
|
|
||||||
if not inherits_from(cover_with, ContribClothing):
|
if not inherits_from(cover_with, ContribClothing):
|
||||||
self.caller.msg(f"{cover_with.name} isn't something you can wear.")
|
self.caller.msg(f"{cover_with.name} isn't something you can wear.")
|
||||||
rturn
|
return
|
||||||
|
|
||||||
if cover_with.db.clothing_type in CLOTHING_TYPE_CANT_COVER_WITH:
|
if cover_with.db.clothing_type in CLOTHING_TYPE_CANT_COVER_WITH:
|
||||||
self.caller.msg(f"You can't cover anything with {cover_with.name}.")
|
self.caller.msg(f"You can't cover anything with {cover_with.name}.")
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue