removes magic wall safe exploit (#14890)

* should stop the exploit

* logic was wrong, my bad

Co-authored-by: danni-boy <32673848+danni-boy@users.noreply.github.com>
This commit is contained in:
danni boi
2020-12-16 20:04:06 +00:00
committed by GitHub
parent 09c125ff4d
commit 2f3d5bf868
@@ -24,8 +24,9 @@
) //For Armalis anything but this and the nitrogen tank will use the default backpack icon.
/obj/item/storage/backpack/attackby(obj/item/W as obj, mob/user as mob, params)
playsound(src.loc, "rustle", 50, 1, -5)
return ..()
if(in_range(user, src))
playsound(src.loc, "rustle", 50, 1, -5)
return ..()
/obj/item/storage/backpack/examine(mob/user)
var/space_used = 0