mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-08-11 13:51:00 +00:00
Additions
+Added the beerfest (in the brewery) +Added a better catapult targets checking system +Updated the sql struct with the new one
This commit is contained in:
@@ -69,13 +69,11 @@
|
||||
<tr>
|
||||
<th>{$smarty.const.DESTINATION}:</th>
|
||||
<td colspan="{$colspan}">
|
||||
{$targetName = 'ctar1'}
|
||||
{$randomTargetValue = 0}
|
||||
{$targetType = 1}
|
||||
{include file=$smarty.const.TEMPLATES_DIR|cat:'sendUnits/catapultTargets.tpl'}
|
||||
|
||||
{if $units[8] >= 20}
|
||||
{$targetName = 'ctar2'}
|
||||
{$randomTargetValue = -1}
|
||||
{$targetType = 2}
|
||||
{include file=$smarty.const.TEMPLATES_DIR|cat:'sendUnits/catapultTargets.tpl'}
|
||||
{/if}
|
||||
</td>
|
||||
|
||||
Reference in New Issue
Block a user