more changelog, boosted max shield charge rate

Signed-off-by: Cael_Aislinn <cael_aislinn@yahoo.com.au>
This commit is contained in:
Cael_Aislinn
2013-02-25 14:21:32 +10:00
parent 09dc10810f
commit 3fcab3bf19
2 changed files with 3 additions and 3 deletions
@@ -184,8 +184,8 @@
field_radius = 0
else if( href_list["strengthen_rate"] )
strengthen_rate += text2num(href_list["strengthen_rate"])
if(strengthen_rate > 0.2)
strengthen_rate = 0.2
if(strengthen_rate > 1)
strengthen_rate = 1
else if(strengthen_rate < 0)
strengthen_rate = 0
else if( href_list["max_field_strength"] )
+1 -1
View File
@@ -63,7 +63,7 @@ should be listed in the changelog upon commit though. Thanks. -->
<h2 class="date">February 25th 2013</h2>
<h3 class="author">Cael Aislinn updated:</h3>
<ul class="changes bgimages16">
<li class="rscadd">As well as building hull shield generators, normal shield gens can now be built which project their shield in a squircle around the machine.</li>
<li class="rscadd">As well as building hull shield generators, normal shield gens can now be built (see <a href="http://baystation12.net/forums/viewtopic.php?f=1&t=6993">http://baystation12.net/forums/viewtopic.php?f=1&t=6993</a>).</li>
</ul>
</div>