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

moar


git-svn-id: http://svn.net-core.org/repos/t-engine4@2884 51575b47-30f0-44d4-a5cc-537603b46e54
parent c4217596
No related branches found
No related tags found
No related merge requests found
......@@ -733,7 +733,7 @@ function _M:playerUseItem(object, item, inven)
self.changed = true
-- Count magic devices
if (o.is_magic_device or (o.power_source and o.power_source.arcane)) and self:attr("forbid_arcane") then
if (o.power_source and o.power_source.arcane) and self:attr("forbid_arcane") then
game.logPlayer(self, "Your antimagic disrupts %s.", o:getName{no_count=true, do_color=true})
return true
end
......
game/modules/tome/data/gfx/shockbolt/object/artifact/frost_treads.png

8.58 KiB

game/modules/tome/data/gfx/shockbolt/object/artifact/helm_of_garkul.png

6.89 KiB

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