Reverts dominator sound change

Dominator sets Delta Alert now
Delta Alert text changed to accommodate this change (+3 squashed commit)

Squashed commit:

[3129c95] Icon state update

[21bddf3] Dominators play the malf sound when activated (until I can find a better alternative).

[2289074] Unfucks changelog (+1 squashed commits)

Squashed commits:

[2289074] Unfucks changelog
This commit is contained in:
Ikarrus
2015-06-18 23:00:04 -06:00
parent 46a5e578e4
commit 2605ed586b
7 changed files with 10 additions and 12 deletions
@@ -44,14 +44,12 @@
gang = type
color = "#00b4ff"
icon_state = gang_name("A")
desc = "A territory marker left by the [gang_name("A")] Gang."
ticker.mode.A_territory_new |= list(territory.type = territory.name)
ticker.mode.A_territory_lost -= territory.type
else if(type == "B")
gang = type
color = "#ff3232"
icon_state = gang_name("B")
desc = "A territory marker left by the [gang_name("B")] Gang."
ticker.mode.B_territory_new |= list(territory.type = territory.name)
ticker.mode.B_territory_lost -= territory.type