Grab Stuff (#12731)

Co-authored-by: Werner <1331699+Arrow768@users.noreply.github.com>
This commit is contained in:
Geeves
2021-12-19 22:10:40 +01:00
committed by GitHub
co-authored by Werner
parent aec7d4748f
commit 2003515939
13 changed files with 86 additions and 121 deletions
+5
View File
@@ -90,6 +90,11 @@
action_button_name = "Wield pick/drill"
/obj/item/pickaxe/can_swap_hands(mob/user)
if(wielded)
return FALSE
return ..()
/obj/item/pickaxe/proc/unwield()
wielded = FALSE
force = force_unwielded