This commit is contained in:
2025-09-23 21:02:27 +01:00
parent 398b3a1342
commit 87f1444f5c
6 changed files with 8 additions and 7 deletions
+1
View File
@@ -17,6 +17,7 @@ worldToGenWorld rms w =
{ _gwWorld = w & cWorld . cwGen . cwgParams .~ evalState generateGenParams (_randGen w)
, _genRooms = rms
, _genPmnt = mempty
, _genInts = mempty
}
generateGenParams :: RandomGen g => State g GenParams