Remove the starting static defense

No free static defense at the beggining, this promotes earlier
interaction. If people want static defense they'll have to build it.
This commit is contained in:
Rampoina 2022-08-21 17:33:55 +02:00
parent 3c9e5d36c4
commit cd422fcf9b
2 changed files with 0 additions and 2 deletions

View File

@ -14,7 +14,6 @@
<unit name="battlemage" amount="1"/>
<unit name="summoner" amount="1"/>
<unit name="daemon" amount="1"/>
<unit name="golem" amount="1"/>
</starting-units>
<music value="true" path="music/music_magic.ogg"/>
<flat-particle-positions value="true"/>

View File

@ -9,7 +9,6 @@
</starting-resources>
<starting-units>
<unit name="castle" amount="1"/>
<unit name="defense_tower" amount="1"/>
<unit name="worker" amount="3"/>
<unit name="swordman" amount="2"/>
<unit name="archer" amount="1"/>