fix: climb_volume now automatically crouches the player.
This commit is contained in:
parent
dbfe0cfdd0
commit
f9e24fd09d
|
|
@ -9,6 +9,8 @@ func raise(body) -> void:
|
|||
push_warning("Unexpected body in raiser trigger", body)
|
||||
return
|
||||
|
||||
body.crouched = true
|
||||
|
||||
if risen:
|
||||
position = start_position
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue