mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-25 22:19:30 +01:00
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user