MuttStudio / ProjectRPG

0 stars 1 forks source link

[BugFix] Items get removed from hand when picking up #46

Closed KevivL closed 9 years ago

KevivL commented 9 years ago

It's not a "bugfix", it's a "feature" !

ruba1987 commented 9 years ago

Also, make sure that you are setting it to null when you drop it otherwise you will never be able to pick it back up. I called it DroppedAlt in the code for some reason. I would put it in the InitParams function.

ruba1987 commented 9 years ago

@ProjectRPG/thinktank please review

KevivL commented 9 years ago

Fixed the tabs / spaces. No other code changes. We'd already talked about how the drop shouldn't be a problem, and the NULL check i guess we'll run into if it's actually a problem.