Skip to content

Commit

Permalink
Remove obsolete temporary RMsl status logic
Browse files Browse the repository at this point in the history
Players haven't been able to access temporary RMsl for some time now.
  • Loading branch information
emilazy authored and ebering committed Apr 18, 2020
1 parent 7dfdf1c commit 53a3069
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions crawl-ref/source/status.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1026,11 +1026,7 @@ static void _describe_missiles(status_info& inf)
}
else
{
bool perm = you.get_mutation_level(MUT_DISTORTION_FIELD) == 3
|| you.wearing_ego(EQ_ALL_ARMOUR, SPARM_REPULSION)
|| you.scan_artefacts(ARTP_RMSL)
|| have_passive(passive_t::upgraded_storm_shield);
inf.light_colour = perm ? WHITE : LIGHTBLUE;
inf.light_colour = WHITE;
inf.light_text = "RMsl";
inf.short_text = "repel missiles";
inf.long_text = "You repel missiles.";
Expand Down

0 comments on commit 53a3069

Please sign in to comment.