diff options
| author | Star Rauchenberger <fefferburbia@gmail.com> | 2023-04-21 11:11:59 -0400 |
|---|---|---|
| committer | Star Rauchenberger <fefferburbia@gmail.com> | 2023-04-21 11:11:59 -0400 |
| commit | 0fcd3a848ae1a3be8e4d2aab9b85e27d8136a8a1 (patch) | |
| tree | 36eed5d82ae46da85927d5efcdbc1829e8ccc9c2 /Archipelago/load.gd | |
| parent | 613f7e41b05048f36f23990daa221fc4d3774b11 (diff) | |
| download | lingo-archipelago-0fcd3a848ae1a3be8e4d2aab9b85e27d8136a8a1.tar.gz lingo-archipelago-0fcd3a848ae1a3be8e4d2aab9b85e27d8136a8a1.tar.bz2 lingo-archipelago-0fcd3a848ae1a3be8e4d2aab9b85e27d8136a8a1.zip | |
Client now shows a version number
Diffstat (limited to 'Archipelago/load.gd')
| -rw-r--r-- | Archipelago/load.gd | 2 |
1 files changed, 1 insertions, 1 deletions
| diff --git a/Archipelago/load.gd b/Archipelago/load.gd index 6b65b0e..5403adb 100644 --- a/Archipelago/load.gd +++ b/Archipelago/load.gd | |||
| @@ -118,7 +118,7 @@ func _load(): | |||
| 118 | # Handle our other static panels after panel randomization, so that the old | 118 | # Handle our other static panels after panel randomization, so that the old |
| 119 | # values can enter the pool, if necessary. | 119 | # values can enter the pool, if necessary. |
| 120 | set_static_panel("Entry Room/Panel_hi_hi", "hi") | 120 | set_static_panel("Entry Room/Panel_hi_hi", "hi") |
| 121 | set_static_panel("Entry Room/Panel_write_write", "seed") | 121 | set_static_panel("Entry Room/Panel_write_write", apclient.my_version) |
| 122 | set_static_panel("Entry Room/Panel_same_same", str(apclient._slot_seed)) | 122 | set_static_panel("Entry Room/Panel_same_same", str(apclient._slot_seed)) |
| 123 | set_static_panel("Entry Room/Panel_type_type", "victory") | 123 | set_static_panel("Entry Room/Panel_type_type", "victory") |
| 124 | 124 | ||
