diff options
| author | bdunahu <bdunahu@operationnull.com> | 2026-01-05 21:29:14 -0700 |
|---|---|---|
| committer | bdunahu <bdunahu@operationnull.com> | 2026-01-05 21:29:14 -0700 |
| commit | 6527de422e1bb8dba40b88fb725315ce3bf1beb7 (patch) | |
| tree | 8fd05d434fd23fdea32863c7aa5075f38b88d999 | |
| parent | c6e237427771f6952c5139bbfbf0e63b434de495 (diff) | |
add crawl config files
| -rw-r--r-- | kolwynia/home/bdunahu/files/.crawl/init.txt | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/kolwynia/home/bdunahu/files/.crawl/init.txt b/kolwynia/home/bdunahu/files/.crawl/init.txt new file mode 100644 index 0000000..91821ae --- /dev/null +++ b/kolwynia/home/bdunahu/files/.crawl/init.txt @@ -0,0 +1,28 @@ +# default to manual training +default_manual_training=true + +# instant travel +explore_delay = 0 + +# show footsteps on autoexplore +show_travel_trail = true + +# auto travel stops on doors +travel_open_doors = false + +# set the player tile +# tile_player_tile=tile: mons_Radroach + +# always pickup curare tipped darts +ae += <curare-tipped dart + +# set spell letter for passwall to w +slot += Passwall:w + +# set haste potions to h +item_slot ^= potions? of haste:h + +# stop autoexplore on these things +explore_stop += greedy_pickup,stairs,shops,altars,portals,branches,runed_doors + +always_show_zot = true |
