Skip to content

Commit

Permalink
Trigger traps after probability travel
Browse files Browse the repository at this point in the history
  • Loading branch information
anothersimulacrum authored and Drewscriver committed Apr 30, 2020
1 parent 0cfbbe5 commit 27e9870
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/game.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9665,6 +9665,7 @@ bool game::phasing_move( const tripoint &dest_loc )

u.grab( OBJECT_NONE );
on_move_effects();
m.creature_on_trap( u );
return true;
}

Expand Down

0 comments on commit 27e9870

Please sign in to comment.