We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d602db3 commit bbad80aCopy full SHA for bbad80a
modtools/moddable-gods.lua
@@ -83,7 +83,7 @@ godFig.caste = 0
83
godFig.sex = gender
84
godFig.name.first_name = args.name
85
for _,sphere in ipairs(args.spheres) do
86
- godFig.info.spheres.spheres:insert('#',df.sphere_type[sphere])
+ godFig.info.metaphysical.spheres:insert('#',df.sphere_type[sphere])
87
end
88
df.global.world.history.figures:insert('#',godFig)
89
0 commit comments