From 4ded92fc9643b1321882d1efebbaf564d603bf0c Mon Sep 17 00:00:00 2001 From: Erik Darkpaws Date: Tue, 22 Jan 2019 16:38:50 -0800 Subject: [PATCH] Removes ID Access destruction --- code/modules/mob/living/simple_animal/vore/bee.dm | 2 +- code/modules/vore/eating/digest_act_vr.dm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/mob/living/simple_animal/vore/bee.dm b/code/modules/mob/living/simple_animal/vore/bee.dm index e5bf7b49ae..79c15059e1 100644 --- a/code/modules/mob/living/simple_animal/vore/bee.dm +++ b/code/modules/mob/living/simple_animal/vore/bee.dm @@ -42,4 +42,4 @@ // Activate Noms! /mob/living/simple_animal/retaliate/bee vore_active = 1 - vore_icons = SA_ICON_LIVING + vore_icons = SA_ICON_LIVING \ No newline at end of file diff --git a/code/modules/vore/eating/digest_act_vr.dm b/code/modules/vore/eating/digest_act_vr.dm index 405d44af5f..862387d72d 100644 --- a/code/modules/vore/eating/digest_act_vr.dm +++ b/code/modules/vore/eating/digest_act_vr.dm @@ -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)