home · contact · privacy
Fixed bug that led to endless loop in nearest_enemy_dir().
[plomrogue] / config / commands
index 50da77c01683dfd2e9beab5bd21317d8aa0c6d06..9368f0b6231d351a07cf872879b53bb6fb6417df 100644 (file)
 35 wk_keys_d win keybindings config keybindings nav down
 36 wk_keys_u win keybindings config keybindings nav up
 37 wk_keys_m win keybindings config keybindings modify
-38 reload_wins reload windows configuration
-39 save_winconf save windows' configuration
-40 save_keys save global keybindings
+38 reload_conf reload windows and keybindings configuration
+39 save_conf save windows and keybindings
 41 map_u map up
 42 map_d map down
 43 map_l map left
 44 map_r map right
 45 map_c map center player
 46 to_a_keywin toggle view of available keybindings
+46 to_inv toggle inventory window
+47 drop drop object from inventory
+48 pick pick up object from ground
+49 inv_d inventory selection down
+50 inv_u inventory selection up
+51 use use selected inventory object