Skip to content
Merged
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
9 changes: 8 additions & 1 deletion scripts/shatteredmap.lic
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,11 @@

author: elanthia-online
game: gs
version: 1.8.4
version: 1.8.5

changelog:
1.8.5 (2026-01-28:
* Move SG town tag to below the mast climb (same as nexus entrance)
1.8.4 (2025-11-20):
* Bugfix for wayside garret
1.8.3 (2025-11-20):
Expand Down Expand Up @@ -515,6 +517,11 @@ def misc_corrections
# Frozen Bramble - No access in Shattered
Room[3111].wayto.delete("24519")
Room[3111].timeto.delete("24519")

# Sailor's Grief "town" tag
# move to bottom of climb to avoid accidental climbs with over-encumbrance
Room[35603].tags.delete("town")
Room[35593].tags.push("town")
end

def urchin_fixes
Expand Down