mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-12 08:36:00 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user