Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions resources/QuickChat.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,10 @@
{
"key": "build_posts",
"requiresPlayer": false
},
{
"key": "build_sam_site",
"requiresPlayer": false
}
],
"greet": [
Expand Down Expand Up @@ -156,6 +160,10 @@
"key": "fun",
"requiresPlayer": false
},
{
"key": "great_supine_protoplasmic_invertebrate_jellies",
"requiresPlayer": false
},
{
"key": "team_up",
"requiresPlayer": true
Expand Down
2 changes: 2 additions & 0 deletions resources/lang/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@
"defend": {
"ally": "[P1] is my ally!",
"build_posts": "Build Defense Posts!",
"build_sam_site": "Build a SAM site!",
"defend": "Defend [P1]!",
"defend_from": "Defend from [P1]!",
"dont_attack": "Don’t attack [P1]!"
Expand Down Expand Up @@ -120,6 +121,7 @@
"coastline": "Please let me get a coastline.",
"fun": "This game is fun!",
"go": "Let’s go!",
"great_supine_protoplasmic_invertebrate_jellies": "Great supine protoplasmic invertebrate jellies",
"pr": "When will my PR finally get merged...?",
"strategy": "Nice strategy!",
"team_up": "Let’s team up against [P1]!"
Expand Down
Loading