Skip to content
Snippets Groups Projects
Commit de61351c authored by Alex Ksandra's avatar Alex Ksandra
Browse files

Whoops!

parent a8948078
No related branches found
No related tags found
No related merge requests found
......@@ -499,7 +499,7 @@ newTalent{
o.on_pickup = function(self, who)
self.auto_pickup = self.old_auto_pickup
self.on_pickup = self.old_on_pickup
self.old_on_pickup(self, who)
if self.old_on_pickup then self.old_on_pickup(self, who) end
end
result = sentry:wearObject(o, true, false)
if not result then
......
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