drifting ships do not take damage (forum debate), version update

This commit is contained in:
Enno Rehling 2015-08-31 12:53:24 +02:00
parent f0a9cc8233
commit 6d592a4460
2 changed files with 2 additions and 1 deletions

View File

@ -100,6 +100,7 @@
<param name="GiveRestriction" value="3"/>
<param name="hunger.long" value="1"/>
<param name="init_spells" value="0"/>
<param name="rules.ship.damage_drift" value="0.00"/> <!-- percent damage from drifting-->
<param name="rules.reserve.twophase" value="1"/>
<param name="rules.give.max_men" value="-1"/>
<param name="rules.check_overload" value="0"/>

View File

@ -1,3 +1,3 @@
#define VERSION_MAJOR 3
#define VERSION_MINOR 6
#define VERSION_BUILD 1
#define VERSION_BUILD 2