parent
f66db3344d
commit
d27e2c7767
1 changed files with 1 additions and 1 deletions
|
|
@ -277,7 +277,7 @@ class ContribClothing(DefaultObject):
|
||||||
else:
|
else:
|
||||||
message = f"$You() $conj(put) on {self.name}"
|
message = f"$You() $conj(put) on {self.name}"
|
||||||
if to_cover:
|
if to_cover:
|
||||||
message += ", covering {iter_to_str(to_cover)}"
|
message += f", covering {iter_to_str(to_cover)}"
|
||||||
wearer.location.msg_contents(message + ".", from_obj=wearer)
|
wearer.location.msg_contents(message + ".", from_obj=wearer)
|
||||||
|
|
||||||
def remove(self, wearer, quiet=False):
|
def remove(self, wearer, quiet=False):
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue