mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-21 03:55:05 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user