mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-26 06:29:23 +01:00
Fixes loot crates and animal attacks
Fixes loot crates and animal attacks Fixes https://github.com/tgstation/-tg-station/issues/10412
This commit is contained in:
@@ -179,6 +179,9 @@
|
||||
else
|
||||
return ..()
|
||||
|
||||
/obj/structure/closet/crate/secure/loot/attack_animal()
|
||||
return
|
||||
|
||||
/obj/structure/closet/crate/secure/loot/attackby(obj/item/weapon/W, mob/user)
|
||||
if(locked)
|
||||
if (istype(W, /obj/item/weapon/card/emag))
|
||||
|
||||
Reference in New Issue
Block a user