Minor circle hand fixes (#51276)

* love being "the circle game" person now

* most useless flag ever
This commit is contained in:
Ryll Ryll
2020-06-05 17:23:31 -03:00
committed by GitHub
parent f9af51917e
commit 569e89abd0
4 changed files with 7 additions and 3 deletions
+3
View File
@@ -329,6 +329,9 @@
else
inhand.rider = riding_target_override
inhand.parent = AM
for(var/obj/item/I in user.held_items) // yes i know this sucks but these are ABSTRACT++ dumbness and i'm not adding a whole new flag for these two meme items
if((I.obj_flags & HAND_ITEM))
qdel(I)
if(user.put_in_hands(inhand, TRUE))
amount_equipped++
else