mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-27 23:14:18 +01:00
@@ -167,10 +167,12 @@
|
||||
if (src.loc == user)
|
||||
if(!user.prepare_for_slotmove(src))
|
||||
return
|
||||
else
|
||||
if(isliving(src.loc))
|
||||
return
|
||||
user.put_in_active_hand(src)
|
||||
else if(isliving(src.loc))
|
||||
return
|
||||
|
||||
// If equipping onto active hand fails, drop it on the floor.
|
||||
if (!user.put_in_active_hand(src))
|
||||
forceMove(user.loc)
|
||||
return
|
||||
|
||||
/obj/item/attack_ai(mob/user as mob)
|
||||
|
||||
@@ -0,0 +1,5 @@
|
||||
author: Skull132
|
||||
delete-after: true
|
||||
|
||||
changes:
|
||||
- bugfix: "Fixed the bug where your items would vanish if you were to unequip them from personal storage when lying down."
|
||||
Reference in New Issue
Block a user