Unequip refactor fix pack (#24040)

* Fixes drag drop deletion

* Fix it for clothing as well

* Do it properly

* Various other incap checks I noticed from the unequip refactor

* Time to generalize this shitty shit

* PADDLING!!!

* A whole bunch of ree
This commit is contained in:
Cyberboss
2017-02-14 08:52:56 +01:00
committed by AnturK
parent bbd48f6b1b
commit d27899ce64
14 changed files with 45 additions and 70 deletions
@@ -24,6 +24,7 @@
user << "<span class='notice'>You install \the [H] into \the [src].</span>"
H.holder = src
H.forceMove(src)
H.on_install(src, user)