mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 10:21:11 +00:00
Fixes some minor issues with Dionae (#11202)
This commit is contained in:
@@ -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()
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user