From 138847838ad9dc7e12d582fd5dedd52fc06d2529 Mon Sep 17 00:00:00 2001 From: Arturlang Date: Wed, 4 Dec 2019 21:17:49 +0200 Subject: [PATCH] I suppose --- code/game/objects/items/devices/PDA/cart.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/objects/items/devices/PDA/cart.dm b/code/game/objects/items/devices/PDA/cart.dm index c77bb4e139..16a4b8fc38 100644 --- a/code/game/objects/items/devices/PDA/cart.dm +++ b/code/game/objects/items/devices/PDA/cart.dm @@ -24,7 +24,7 @@ lefthand_file = 'icons/mob/inhands/misc/devices_lefthand.dmi' righthand_file = 'icons/mob/inhands/misc/devices_righthand.dmi' w_class = WEIGHT_CLASS_TINY - rad_flags = RAD_PROTECT_CONTENTS | RAD_NO_CONTAMINATE //So the cartridges dont annoyingly get irradiated, and the signallers inside being radded as well + rad_flags = RAD_PROTECT_CONTENTS //So the cartridges dont annoyingly get irradiated, and the signallers inside being radded as well var/obj/item/integrated_signaler/radio = null