diff --git a/src/SecExp/riotControlCenter.tw b/src/SecExp/riotControlCenter.tw index 3a132dd65f5e179df8aaed81ff39d5135d6c90bd..dc773834bb99aa0ac8ca775f59d7fdae756ef623 100644 --- a/src/SecExp/riotControlCenter.tw +++ b/src/SecExp/riotControlCenter.tw @@ -23,7 +23,7 @@ The riot control center opens its guarded doors to you. The great chamber inside <<else>> You are providing free access to many mass media in the arcology. <<if $riotUpgrades.freeMedia < 5>> - <<link "Invest more resources in the free media project" "riotControlCenter">> + <br><<link "Invest more resources in the free media project" "riotControlCenter">> <<set $riotUpgrades.freeMedia += 1>> <<set $cash -= ((5000 * $upgradeMultiplierArcology * ($riotUpgrades.freeMedia + 1)*$HackingSkillMultiplier))>> <<set $PC.hacking += .5>> @@ -64,7 +64,7 @@ The riot control center opens its guarded doors to you. The great chamber inside <<else>> You created a rapid deployment riot unit. <<if $riotUpgrades.rapidUnit < 5>> - <<link "Invest more resources in the rapid deployment unit" "riotControlCenter">> + <br><<link "Invest more resources in the rapid deployment unit" "riotControlCenter">> <<set $riotUpgrades.rapidUnit += 1>> <<set $cash -= 5000 * $upgradeMultiplierArcology * ($riotUpgrades.rapidUnit + 1)>> <<set $riotUpkeep += $upgradeUpkeep>> @@ -75,7 +75,7 @@ The riot control center opens its guarded doors to you. The great chamber inside <br>You upgraded your rapid deployment unit to its limits. <</if>> <<if $riotUpgrades.rapidUnitSpeed < 2>> - <<link "Enhance the internal informants network" "riotControlCenter">> + <br><<link "Enhance the internal informants network" "riotControlCenter">> <<set $riotUpgrades.rapidUnitSpeed += 1>> <<set $cash -= 5000 * $upgradeMultiplierArcology * ($riotUpgrades.rapidUnitSpeed + 1)>> <<set $riotUpkeep += $upgradeUpkeep>>