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

Summoners can make their minotaur drop their weapon

git-svn-id: http://svn.net-core.org/repos/t-engine4@4397 51575b47-30f0-44d4-a5cc-537603b46e54
parent 7d5400fb
No related branches found
No related tags found
No related merge requests found
......@@ -91,6 +91,7 @@ function setupSummon(self, m, x, y, no_control)
m.unused_talents = 0
m.unused_generics = 0
m.unused_talents_types = 0
m.no_inventory_access = true
m.no_points_on_levelup = true
m.ai_state = m.ai_state or {}
m.ai_state.tactic_leash = 100
......
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