Make entire wiki compile; still with many errors
This commit is contained in:
parent
17dfb93b32
commit
13df0adebf
74 changed files with 395 additions and 317 deletions
|
|
@ -78,7 +78,7 @@ class CmdShoot(Command):
|
|||
return
|
||||
|
||||
# we have an argument, search for target
|
||||
target = caller.search(self.args)
|
||||
target = caller.search(self.args.strip())
|
||||
if target:
|
||||
message = "BOOM! The mech fires its gun at %s" % target.key
|
||||
location.msg_contents(message)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue