Skip to content

Commit 70f9c26

Browse files
committed
eoc: merge variable helper structs
and prepare it for generic_factory
1 parent 55c0c49 commit 70f9c26

20 files changed

+520
-720
lines changed

data/mods/Sky_Island/EOCs.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,8 +122,8 @@
122122
{ "u_teleport": { "global_val": "OM_HQ_origin_npc" }, "force": true },
123123
{
124124
"location_variable_adjust": { "global_val": "OM_HQ_origin_npc" },
125-
"x_adjust": [ -2, -1, 1, 2 ],
126-
"y_adjust": [ -2, -1, 1, 2 ]
125+
"x_adjust": [ -2, 2 ],
126+
"y_adjust": [ -2, 2 ]
127127
}
128128
]
129129
}

0 commit comments

Comments
 (0)