mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-25 14:00:18 +01:00
Grab Stuff (#12731)
Co-authored-by: Werner <1331699+Arrow768@users.noreply.github.com>
This commit is contained in:
@@ -957,3 +957,6 @@ modules/mob/living/carbon/human/life.dm if you die, you will be zoomed out.
|
||||
|
||||
/obj/item/proc/should_equip() // when you press E with an empty hand, will this item be pulled from suit storage / back slot and put into your hand
|
||||
return FALSE
|
||||
|
||||
/obj/item/proc/can_swap_hands(var/mob/user)
|
||||
return TRUE
|
||||
|
||||
@@ -76,6 +76,11 @@
|
||||
|
||||
return ..()
|
||||
|
||||
/obj/item/material/twohanded/can_swap_hands(mob/user)
|
||||
if(wielded)
|
||||
return FALSE
|
||||
return ..()
|
||||
|
||||
/obj/item/material/twohanded/dropped(mob/user as mob)
|
||||
//handles unwielding a twohanded weapon when dropped as well as clearing up the offhand
|
||||
if(user)
|
||||
|
||||
Reference in New Issue
Block a user