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

Halflings are "small"

git-svn-id: http://svn.net-core.org/repos/t-engine4@2170 51575b47-30f0-44d4-a5cc-537603b46e54
parent 75dab9fe
No related branches found
No related tags found
No related merge requests found
......@@ -108,9 +108,6 @@ function _M:onTakeHit(value, src)
self.ai_target.actor = src
end
-- if src and Faction:get(self.faction) and Faction:get(self.faction).hostile_on_attack then
-- Faction:setFactionReaction(self.faction, src.faction, Faction:factionReaction(self.faction, src.faction) - self.rank * 5, true)
-- end
-- Get angry if attacked by a friend
if src ~= self and src.resolveSource and src.faction and self:reactionToward(src) >= 0 then
self:checkAngered(src, false, -50)
......
......@@ -48,6 +48,7 @@ newBirthDescriptor{
starting_zone = "trollmire",
starting_quest = "start-allied",
starting_intro = "halfling",
size_category = 2,
resolvers.inscription("INFUSION:_REGENERATION", {cooldown=10, dur=5, heal=60}),
resolvers.inscription("INFUSION:_WILD", {cooldown=12, what={poison=true}, dur=4, power=14}),
},
......
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