[wpdev-commits] xmlscripts/scripts/commands __init__.py,1.20,1.21
Brought to you by:
rip,
thiagocorrea
From: Sebastian H. <dar...@us...> - 2004-09-21 06:44:48
|
Update of /cvsroot/wpdev/xmlscripts/scripts/commands In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12912/commands Modified Files: __init__.py Log Message: newlos fix Index: __init__.py =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/scripts/commands/__init__.py,v retrieving revision 1.20 retrieving revision 1.21 diff -C2 -d -r1.20 -r1.21 *** __init__.py 17 Sep 2004 18:06:52 -0000 1.20 --- __init__.py 21 Sep 2004 06:44:38 -0000 1.21 *************** *** 234,238 **** srcpos.z += 15 ! result = srcpos.lineofsightnew(targpos) char.socket.sysmessage('RESULT: ' + str(result)) --- 234,238 ---- srcpos.z += 15 ! result = char.canreach(targpos, 20, True) char.socket.sysmessage('RESULT: ' + str(result)) |