Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace deprecated placement=map_overwrite #6532

Merged
merged 1 commit into from
Feb 17, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,8 @@
x,y=$x1,$y1
side=2
type=$unit.type
placement=map_overwrite
placement=map
overwrite=yes
moves=0
attacks_left=0
[modifications]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,8 @@ Not far inside the cave was a ruined castle built in a style I did not recognize
[unit]
type=SotA Skeleton
side=1
placement=map_overwrite
placement=map
overwrite=yes
x,y=8,4
id=skeleton
facing=se
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,8 @@
variation=unmasked
side=1
x,y=$lady_store.x,$lady_store.y
placement=map_overwrite
placement=map
overwrite=yes
facing=$lady_store.facing
experience=$lady_store.experience
random_traits=no
Expand Down