One-click mouse scooping and edibility

Makes mice scoopable with one click, and can be ate rather than needing to be grabbed.

Resolves #1255
This commit is contained in:
Arokha Sieyes
2017-03-30 14:07:30 -04:00
parent 6e9bb05555
commit a8ebc54170
4 changed files with 64 additions and 75 deletions
@@ -31,11 +31,7 @@
qdel(src)
/obj/item/weapon/holder/micro/Destroy()
world.log << "Micro DBG: '[src]' handling end. loc=[src.loc] held_mob=[held_mob]"
var/turf/here = get_turf(src)
world.log << "Micro DBG: '[src]' turf = [here]([here.x],[here.y],[here.z])"
for(var/atom/movable/A in src)
world.log << "Micro DBG: '[src]' moving [A] to [here]"
A.forceMove(here)
world.log << "Micro DBG: '[src]' calling up Destroy()"
..()