diff options
Diffstat (limited to 'Archipelago/client.gd')
-rw-r--r-- | Archipelago/client.gd | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Archipelago/client.gd b/Archipelago/client.gd index 4e3ca75..e8f9bba 100644 --- a/Archipelago/client.gd +++ b/Archipelago/client.gd | |||
@@ -233,6 +233,10 @@ func sendLocation(loc_id): | |||
233 | _held_locations.append(loc_id) | 233 | _held_locations.append(loc_id) |
234 | 234 | ||
235 | 235 | ||
236 | func completedGoal(): | ||
237 | sendMessage([{"cmd": "StatusUpdate", "status": 30}]) # CLIENT_GOAL | ||
238 | |||
239 | |||
236 | func mapFinishedLoading(): | 240 | func mapFinishedLoading(): |
237 | if !_map_loaded: | 241 | if !_map_loaded: |
238 | for item in _held_items: | 242 | for item in _held_items: |