X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=interpreters%2Fnitfol%2Fnitfol.opt;fp=interpreters%2Fnitfol%2Fnitfol.opt;h=6de0f539c68650a8876cb79de7353b5956de5247;hb=75009f8f40bbb580194e1722db76f4644bf18641;hp=100bb40e32923dfaa29041a0a92b537af0aa65db;hpb=89081782541e85e079f64839ffb26b4e74273eb7;p=projects%2Fchimara%2Fchimara.git diff --git a/interpreters/nitfol/nitfol.opt b/interpreters/nitfol/nitfol.opt index 100bb40..6de0f53 100644 --- a/interpreters/nitfol/nitfol.opt +++ b/interpreters/nitfol/nitfol.opt @@ -64,7 +64,7 @@ Removes an alias previously added by -alias. Useful for removing aliases in pre "Random seed" random r "Set random seed" number 0 { faked_random_seed = number; } Normally the random number generator is initialized with the time of day. If this option is used with a non-zero argument, the given number will be used to initialize the generator and for @code{@@random 0}. -"Automap symbols" mapsym - "Specify mapping glyphs" string "*udb@UDB+" { n_free(roomsymbol); roomsymbol = n_strdup(string); } +"Automap symbols" mapsym - "Specify mapping glyphs" string "" { n_free(roomsymbol); roomsymbol = n_strdup(string); } Nitfol draws maps using ASCII characters; you can choose which characters it uses to draw rooms. Defaults to @samp{*udb@@UDB+}, which is, in order: empty room, room with down exit, room with up exit, room with up and down exits, room with player, room with player and up exit, room with player and down exit, room with player and up and down exits, bend symbol. "Automap size" mapsize - "Specify map size" number 12 { automap_size = number; }