[contraband-cvs] CVS: contraband combat.lisp,1.2,1.3
Status: Pre-Alpha
Brought to you by:
stig
|
From: Stig E S. <st...@us...> - 2003-06-01 23:47:45
|
Update of /cvsroot/contraband/contraband In directory sc8-pr-cvs1:/tmp/cvs-serv9868 Modified Files: combat.lisp Log Message: moved armour-related values out of gvals to aobj and okind Index: combat.lisp =================================================================== RCS file: /cvsroot/contraband/contraband/combat.lisp,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** combat.lisp 5 Apr 2003 18:29:39 -0000 1.2 --- combat.lisp 1 Jun 2003 23:38:07 -0000 1.3 *************** *** 43,47 **** (player.skills *player*)))) ! (* (gval.base-ac (aobj.game-values obj)) skill-score))) (defun con/calculate-body-armour-rating (player) --- 43,47 ---- (player.skills *player*)))) ! (* (aobj.base-ac obj) skill-score))) (defun con/calculate-body-armour-rating (player) |