mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-04-09 20:26:45 +00:00
sightranges set for the new geometries
This commit is contained in:
parent
74e52b0617
commit
5ba9788e53
@ -571,6 +571,12 @@ EX void initConfig() {
|
||||
addsaver(sightranges[gField534], "sight-field534", 3.8 + bonus);
|
||||
addsaver(sightranges[gSol], "sight-sol");
|
||||
addsaver(sightranges[gNil], "sight-nil", 6.5 + bonus);
|
||||
addsaver(sightranges[gNIH], "sight-nih");
|
||||
addsaver(sightranges[gSolN], "sight-solnih");
|
||||
|
||||
addsaver(sightranges[gCrystal344], "sight-crystal344", 5);
|
||||
addsaver(sightranges[gSpace344], "sight-344", 4.5);
|
||||
addsaver(sightranges[gSpace336], "sight-336", 4);
|
||||
|
||||
addsaver(vid.sloppy_3d, "sloppy3d", true);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user