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-b93c2d0d6712master
parent
5b3c153c30
commit
5811388e40
|
@ -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():
|
||||
|
|
Loading…
Reference in New Issue