Skip to content

Commit

Permalink
update spheres ref
Browse files Browse the repository at this point in the history
  • Loading branch information
myk002 committed Nov 28, 2024
1 parent d602db3 commit bbad80a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modtools/moddable-gods.lua
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ godFig.caste = 0
godFig.sex = gender
godFig.name.first_name = args.name
for _,sphere in ipairs(args.spheres) do
godFig.info.spheres.spheres:insert('#',df.sphere_type[sphere])
godFig.info.metaphysical.spheres:insert('#',df.sphere_type[sphere])
end
df.global.world.history.figures:insert('#',godFig)

Expand Down

0 comments on commit bbad80a

Please sign in to comment.