Archetype is a property, not a method.

git-svn-id: svn://svn.code.sf.net/p/crossfire/code/trunk/maps@4451 282e977c-c81d-0410-88c4-b93c2d0d6712
master
ryo_saeba 2006-02-14 21:34:28 +00:00
parent 5b3c153c30
commit 5811388e40
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ def do_arch():
arch = archs[which]
whoami.Say('random = %s'%arch.Name)
arch = Crossfire.WhoIsActivator().Archetype()
arch = Crossfire.WhoIsActivator().Archetype
whoami.Say('your archetype is %s'%arch.Name)
def do_maps():