Test jail information.

git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@14529 282e977c-c81d-0410-88c4-b93c2d0d6712
master
ryo_saeba 2011-06-09 21:00:09 +00:00
parent 68a0e673c5
commit 0a6b0b1664
1 changed files with 2 additions and 0 deletions

View File

@ -111,6 +111,8 @@ def do_region():
else:
msg += ('Region without parent\n')
msg += "Jail: %s (%d,%d)"%(cur.JailPath, cur.JailX, cur.JailY)
whoami.Say(msg)
def do_activator():