Skip to content

Commit

Permalink
Updated Walk through walls note
Browse files Browse the repository at this point in the history
  • Loading branch information
AnalogMan151 committed Jun 11, 2017
1 parent 8f7e1cd commit 4dd41b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/movement_modifiers.c
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ void movementMenu(void) {
new_spoiler("Movement");
new_entry("Run Faster", runFaster);
new_entry("Never Trip", neverTrip);
new_entry_managed_note("Walk Through Walls", "Hold R = Enable", walkThruWalls, WALKTHROUGHWALLS, 0);
new_entry_managed_note("Walk Through Walls", "Hold R = Enable\nPress R+A to toggle", walkThruWalls, WALKTHROUGHWALLS, 0);
new_line();
exit_spoiler();
}
Expand Down

0 comments on commit 4dd41b2

Please sign in to comment.