Fix pushable walls

Pushable walls need move_type set in order to be moveable.
master^2
Kevin Zheng 2024-02-24 11:55:56 -08:00
parent 620af00b08
commit 4f90e6ae5a
1 changed files with 3 additions and 1 deletions

View File

@ -8,7 +8,7 @@ enter_x 17
enter_y 17 enter_y 17
msg msg
Created: 1993-11-09 Created: 1993-11-09
Modified: 2022-07-24 Rick Tanner Modified: 2024-02-24 Kevin Zheng
endmsg endmsg
reset_group navar_tower-of-illusion reset_group navar_tower-of-illusion
end end
@ -746,6 +746,7 @@ end
arch gwall_2_1_2 arch gwall_2_1_2
x 5 x 5
y 3 y 3
move_type walk
can_roll 1 can_roll 1
end end
arch cobblestones arch cobblestones
@ -2124,6 +2125,7 @@ end
arch gwall_2_1_1 arch gwall_2_1_1
x 13 x 13
y 10 y 10
move_type walk
can_roll 1 can_roll 1
end end
arch cobblestones arch cobblestones