Ports color standardization

from tg/52574
This commit is contained in:
DragonTrance
2022-06-06 11:58:34 -04:00
parent 68b73d8823
commit f3fe268d0c
188 changed files with 713 additions and 650 deletions
+1 -1
View File
@@ -660,7 +660,7 @@
"playersonly" = list("desc" = "Only spawn ghost-controlled mobs", "type" = "boolean", "value" = "No"),
"ghostpoll" = list("desc" = "Ghost poll question", "type" = "string", "value" = "Do you want to play as %TYPE% portal invader?"),
"delay" = list("desc" = "Time between portals, in deciseconds", "type" = "number", "value" = 50),
"color" = list("desc" = "Portal color", "type" = "color", "value" = "#00FF00"),
"color" = list("desc" = "Portal color", "type" = "color", "value" = COLOR_GREEN),
"playlightning" = list("desc" = "Play lightning sounds on announcement", "type" = "boolean", "value" = "Yes"),
"announce_players" = list("desc" = "Make an announcement", "type" = "boolean", "value" = "Yes"),
"announcement" = list("desc" = "Announcement", "type" = "string", "value" = "Massive bluespace anomaly detected en route to %STATION%. Brace for impact."),