Fixes some minor issues with Dionae (#11202)

This commit is contained in:
JustSumBody
2016-08-01 11:38:58 -04:00
committed by clusterfack
parent 5cf9d1f971
commit e35f31089a
2 changed files with 4 additions and 1 deletions

View File

@@ -232,6 +232,9 @@
user.put_in_active_hand(I)
else
to_chat(user, "You root around in the roots.")
/obj/structure/flora/pottedplant/attack_paw(mob/user)
return attack_hand(user)
// /vg/
/obj/structure/flora/pottedplant/random/New()

View File

@@ -267,7 +267,7 @@
/mob/proc/drop_all()
for (var/obj/item/I in get_all_slots())
drop_from_inventory(I)
drop_hands()
//Drops the item in our hand - you can specify an item and a location to drop to