Skip to content
Snippets Groups Projects
Commit 1294cc2a authored by DarkGod's avatar DarkGod
Browse files

Fixed a very long standing bug that prevented the poor slaves in the ring of blood to have gloves

parent ebad2cb8
No related branches found
No related tags found
No related merge requests found
......@@ -148,7 +148,7 @@ newEntity{
combat = { dam=resolvers.rngavg(5,12), atk=2, apr=6, physspeed=2 },
body = { INVEN = 10, MAINHAND=1, OFFHAND=1, BODY=1, QUIVER=1 },
body = { INVEN = 10, MAINHAND=1, OFFHAND=1, BODY=1, QUIVER=1, HANDS = 1 },
resolvers.drops{chance=20, nb=1, {} },
resolvers.drops{chance=10, nb=1, {type="money"} },
infravision = 10,
......
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