Fierabras
Emperor
- Joined
- Dec 26, 2006
- Messages
- 1,120
- Barbarian ship spawning seem to be nonexistent, or happen at the icecaps (goddammit)
I did mange to fix this bug. It's in RFCUtils.py in the OuterSeaSpawn function on l. 1107:
Code:
if ( pCurrent.isWater() and not pCurrent.getFeatureType() != con.iSeaIce): #RFCRAND
should be
Code:
if ( pCurrent.isWater() and pCurrent.getFeatureType() != con.iSeaIce): #RFCRAND