Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
quildtide committed Feb 11, 2023
2 parents 6ececbe + a2664f8 commit 2a40efd
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 7 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG

## v1.1.4 (2023-02-11)
### HyPA
- Fix missing lobby chat text

## v1.1.3 (2023-02-11)

- Support updated for mod:
Expand Down
2 changes: 1 addition & 1 deletion export/modinfo.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"forum": "https://forums.planetaryannihilation.com/threads/hypa.73426/",
"identifier": "com.pa.daedalus.hypa",
"signature": "not yet implemented",
"version": "1.1.3",
"version": "1.1.4",
"icon": "https://i.imgur.com/iu6swso.png",
"priority": 60,
"category": [
Expand Down
10 changes: 5 additions & 5 deletions export/ui/mods/com.pa.daedalus.hypa/new_game.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
model.localChatMessage(loc("!LOC:HyPA","!LOC:!!! WARNING !!!"));
model.localChatMessage(loc("!LOC:HyPA","!LOC:2.0x Build Speed (and Metal Income)!"));
model.localChatMessage(loc("!LOC:HyPA","!LOC:1.5x Attack and Move Speed!"));
model.localChatMessage(loc("!LOC:HyPA","!LOC:2x Commander HP."));
model.localChatMessage(loc("!LOC:HyPA","!LOC:Be prepared!"));
model.localChatMessage(loc("!LOC:HyPA"),loc("!LOC:!!! WARNING !!!"));
model.localChatMessage(loc("!LOC:HyPA"),loc("!LOC:2.0x Build Speed (and Metal Income)!"));
model.localChatMessage(loc("!LOC:HyPA"),loc("!LOC:1.5x Attack and Move Speed!"));
model.localChatMessage(loc("!LOC:HyPA"),loc("!LOC:2x Commander HP."));
model.localChatMessage(loc("!LOC:HyPA"),loc("!LOC:Be prepared!"));
2 changes: 1 addition & 1 deletion export_redenbacher/modinfo.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"signature": "not yet implemented",
"icon": "https://i.imgur.com/oLMAcF9.png",
"date": "2023-02-11",
"version": "1.1.3",
"version": "1.1.4",
"priority": 60,
"category": [
"balance",
Expand Down

0 comments on commit 2a40efd

Please sign in to comment.