mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 20:48:56 +01:00
Minor circle hand fixes (#51276)
* love being "the circle game" person now * most useless flag ever
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user