Skip to content
Snippets Groups Projects
Commit a9f33677 authored by dg's avatar dg
Browse files

fix

git-svn-id: http://svn.net-core.org/repos/t-engine4@6142 51575b47-30f0-44d4-a5cc-537603b46e54
parent 3e9aa8b4
No related branches found
No related tags found
No related merge requests found
......@@ -1849,7 +1849,7 @@ function _M:saveGame()
self.party:setPlayer(self:getPlayer(true), true)
_G.game = clone
pcall(function()
print("Saving JSON", pcall(function()
local party = game.party:cloneFull()
party.__te4_uuid = game:getPlayer(true).__te4_uuid
for m, _ in pairs(party.members) do
......@@ -1857,7 +1857,7 @@ function _M:saveGame()
end
party:stripForExport()
game.player:saveUUID(party)
end)
end))
_G.game = self
self.party:setPlayer(oldplayer, true)
......
......@@ -74,7 +74,7 @@ newBirthDescriptor
"Halflings are a race of very short stature, rarely exceeding four feet in height.",
"They are like humans in that they can do just about anything they set their minds to, yet they excel at ordering and studying things.",
"Halfling armies have brought many kingdoms to their knees and they kept a balance of power with the Human kingdoms during the Age of Allure.",
"They possess the #GOLD#Luck of the Little Folk#WHITE# which allows them to increase their critical strike chance for a few turns.",
"They possess the #GOLD#Luck of the Little Folk#WHITE# which allows them to increase their critical strike chance and saves for a few turns.",
"#GOLD#Stat modifiers:",
"#LIGHT_BLUE# * -3 Strength, +3 Dexterity, +1 Constitution",
"#LIGHT_BLUE# * +0 Magic, +0 Willpower, +3 Cunning",
......
......@@ -459,7 +459,7 @@ newEntity{
newEntity{
power_source = {nature=true},
name = "tundral ", prefix=true, instant_resolve=true,
keywords = {fiery=true},
keywords = {tundral=true},
level_range = {1, 50},
rarity = 10,
cost = 20,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment