Index: ps/trunk/binaries/data/mods/public/simulation/data/technologies/siege_attack.json =================================================================== --- ps/trunk/binaries/data/mods/public/simulation/data/technologies/siege_attack.json (revision 25054) +++ ps/trunk/binaries/data/mods/public/simulation/data/technologies/siege_attack.json (revision 25055) @@ -1,24 +1,23 @@ { "genericName": "Advanced Siege", "description": "Advanced technologies improve siege efficiency.", "cost": { "wood": 800, "metal": 500 }, "requirements": { "all": [ - { "tech": "phase_city" }, - { "notciv": "maur" } + { "tech": "phase_city" } ] }, "requirementsTooltip": "Unlocked in City Phase.", "icon": "siege_ram.png", "researchTime": 40, "tooltip": "Siege Engines +25% attack crush damage.", "modifications": [ { "value": "Attack/Melee/Damage/Crush", "multiply": 1.25 }, { "value": "Attack/Ranged/Damage/Crush", "multiply": 1.25 } ], "affects": ["Siege"], "soundComplete": "interface/alarm/alarm_upgradearmory.xml" }