Removes ID Access destruction

This commit is contained in:
Erik Darkpaws
2019-01-22 16:38:50 -08:00
parent 4951be9b1f
commit 4ded92fc96
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -54,7 +54,7 @@
desc = "A partially digested card that has seen better days. The damage appears to be only cosmetic, but the access codes need to be reprogrammed at the HoP office."
icon = 'icons/obj/card_vr.dmi'
icon_state = "[initial(icon_state)]_digested"
access = list() // No access
// access = list() // No access /Removing this because everyone thinks it's dumb. -Erik
return FALSE
/obj/item/weapon/reagent_containers/food/digest_act(var/atom/movable/item_storage = null)