Makes the encrypted bitrunning cache indestructible (#81150)

## About The Pull Request

This gives the encrypted bitrunning crate a bunch of resistances, making
it (theoretically) impossible to destroy.
## Why It's Good For The Game

The crate getting shot down by mobs or players and softlocking a domain
really kinda sucks!
## Changelog
🆑 Rhials
fix: The encrypted bitrunner cache is now impervious to most
conventional means of destruction.
/🆑
This commit is contained in:
Rhials
2024-01-29 12:51:21 -05:00
committed by GitHub
parent 304748ff22
commit 87771e7ecc
@@ -20,6 +20,7 @@
desc = "Needs to be decrypted at the safehouse to be opened."
locked = TRUE
damage_deflection = 30
resistance_flags = INDESTRUCTIBLE | LAVA_PROOF | FIRE_PROOF | UNACIDABLE | ACID_PROOF
/obj/structure/closet/crate/secure/bitrunning/encrypted/can_unlock(mob/living/user, obj/item/card/id/player_id, obj/item/card/id/registered_id)
return FALSE