mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-23 21:07:17 +00:00
sight range for Nil
This commit is contained in:
parent
d3fd28874c
commit
6ab7535088
@ -445,7 +445,11 @@ void initConfig() {
|
||||
|
||||
addsaver(sightranges[gField435], "sight-field435", 4 + bonus);
|
||||
addsaver(sightranges[gField534], "sight-field534", 3.8 + bonus);
|
||||
addsaver(sightranges[gSol], "sight-sol");
|
||||
addsaver(sightranges[gNil], "sight-nil", 6.5 + bonus);
|
||||
|
||||
addsaver(vid.sloppy_3d, "sloppy3d", true);
|
||||
|
||||
addsaver(vid.texture_step, "wall-quality", 1);
|
||||
|
||||
addsaver(smooth_scrolling, "smooth-scrolling", false);
|
||||
|
Loading…
Reference in New Issue
Block a user