mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-06-22 18:16:38 +00:00
Removed offensive bot name 'Assyrian'. Traitor 'yes/no' text capitalized
This commit is contained in:
@@ -186,7 +186,7 @@ export class PlayerPanel extends LitElement implements Layer {
|
||||
<div class="flex flex-col gap-1">
|
||||
<div class="text-white text-opacity-80 text-sm px-2">Traitor</div>
|
||||
<div class="bg-opacity-50 bg-gray-700 rounded p-2 text-white">
|
||||
${other.isTraitor() ? "yes" : "no"}
|
||||
${other.isTraitor() ? "Yes" : "No"}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
export const BOT_NAME_PREFIXES = [
|
||||
"Akkadian",
|
||||
"Babylonian",
|
||||
"Assyrian",
|
||||
"Sumerian",
|
||||
"Hittite",
|
||||
"Phoenician",
|
||||
@@ -160,7 +159,6 @@ export const BOT_NAME_PREFIXES = [
|
||||
"Armenian",
|
||||
"Georgian",
|
||||
"Phoenician",
|
||||
"Assyrian",
|
||||
"Chaldean",
|
||||
"Kurdish",
|
||||
"Turkic",
|
||||
|
||||
Reference in New Issue
Block a user