only removing the incorrect desc

This commit is contained in:
Sharkmare
2019-02-05 13:37:17 +01:00
committed by GitHub
parent 3bbe9fa1a5
commit 3fd1b8fbfb
+4 -4
View File
@@ -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."
//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 //Stopping the ID from looking different to avoid confusion -shark
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 //Fixing description -shark
return FALSE
/obj/item/weapon/reagent_containers/food/digest_act(var/atom/movable/item_storage = null)