Skip to content

Commit

Permalink
Update player.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
John-Candlebury committed Sep 24, 2019
1 parent ee8ecd7 commit 5be8c79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/player.cpp
Expand Up @@ -5576,7 +5576,7 @@ void player::suffer()
mutate();
}
if( has_artifact_with( AEP_FORCE_TELEPORT ) && one_turn_in( 1_hours ) ) {
teleport::teleport( this );
teleport::teleport( *this );
}
const bool needs_fire = !has_morale( MORALE_PYROMANIA_NEARFIRE ) &&
!has_morale( MORALE_PYROMANIA_STARTFIRE );
Expand Down

0 comments on commit 5be8c79

Please sign in to comment.