From a7347765df5fbeec6b11fa6743760180b6e9f1fc Mon Sep 17 00:00:00 2001 From: Verkister Date: Sun, 11 Nov 2018 13:55:12 +0200 Subject: [PATCH] Reverts contamination disabling all PDA functionality. --- code/modules/vore/eating/contaminate_vr.dm | 6 ------ 1 file changed, 6 deletions(-) diff --git a/code/modules/vore/eating/contaminate_vr.dm b/code/modules/vore/eating/contaminate_vr.dm index ff9ab4ccac8..d41f34c0742 100644 --- a/code/modules/vore/eating/contaminate_vr.dm +++ b/code/modules/vore/eating/contaminate_vr.dm @@ -44,12 +44,6 @@ var/image/gurgled_overlay = image('icons/effects/sludgeoverlay_vr.dmi') if(gurgled) decontaminate() -/obj/item/device/pda/can_use() //Get your rice bowl ready. - if(gurgled) - return FALSE - else - return ..() - /obj/structure/sink/attackby(obj/item/O as obj, mob/user as mob) //Wash the soggy item before it can interact with the sink. if(O.gurgled) var/turf/location = user.loc