mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 02:34:00 +00:00
Reverts contamination disabling all PDA functionality.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user