From 5fa2d2aa830a85e33a47d489ba9b5e506dd62c3f Mon Sep 17 00:00:00 2001 From: ryo_saeba Date: Tue, 13 Apr 2021 09:57:16 +0000 Subject: [PATCH] Add test with PermExp(). git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@22078 282e977c-c81d-0410-88c4-b93c2d0d6712 --- test/python.py | 1 + 1 file changed, 1 insertion(+) diff --git a/test/python.py b/test/python.py index 389153a47..5c4a08923 100644 --- a/test/python.py +++ b/test/python.py @@ -170,6 +170,7 @@ def do_basics(): msg += ' your title is %s\n'%who.Title msg += ' your ip is %s\n'%who.IP msg += ' my name is %s\n'%whoami.Name + msg += ' your permanent exp is %d\n' % who.PermExp() whoami.Say(msg) def do_time():