diff --git a/code/modules/vore/eating/digest_act_vr.dm b/code/modules/vore/eating/digest_act_vr.dm index 862387d72d..20843b0b3d 100644 --- a/code/modules/vore/eating/digest_act_vr.dm +++ b/code/modules/vore/eating/digest_act_vr.dm @@ -51,10 +51,10 @@ . = ..() /obj/item/weapon/card/id/digest_act(var/atom/movable/item_storage = null) - 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." + desc = "A partially digested card that has seen better days. The damage appears to be only cosmetic." icon = 'icons/obj/card_vr.dmi' icon_state = "[initial(icon_state)]_digested" - // access = list() // No access /Removing this because everyone thinks it's dumb. -Erik + // access = list() // No access /Removing this because everyone thinks it's dumb. -Erik //Fixing description -shark return FALSE /obj/item/weapon/reagent_containers/food/digest_act(var/atom/movable/item_storage = null)