Skip to content

Commit bbad80a

Browse files
committed
update spheres ref
1 parent d602db3 commit bbad80a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modtools/moddable-gods.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ godFig.caste = 0
8383
godFig.sex = gender
8484
godFig.name.first_name = args.name
8585
for _,sphere in ipairs(args.spheres) do
86-
godFig.info.spheres.spheres:insert('#',df.sphere_type[sphere])
86+
godFig.info.metaphysical.spheres:insert('#',df.sphere_type[sphere])
8787
end
8888
df.global.world.history.figures:insert('#',godFig)
8989

0 commit comments

Comments
 (0)