Added WotC 3e Web Archive
Added WotC 3e Web Archive
This commit is contained in:
		| @@ -28,9 +28,10 @@ void main() | ||||
|         case SPELL_MANYSHOT6: iAttacks = 6; break; | ||||
|     } | ||||
|  | ||||
|     //cap attacks | ||||
| /*    //cap attacks | ||||
|     if (iAttacks>iMaxAttacks) | ||||
|         iAttacks = iMaxAttacks; | ||||
| */         | ||||
|     //calculate AB penalty | ||||
|     nABPenalty = (iAttacks-1)*-2; | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user