From b06c15ab30377dc13f2beafac56698a97cf25fba Mon Sep 17 00:00:00 2001 From: keronshb <54602815+keronshb@users.noreply.github.com> Date: Wed, 24 Mar 2021 21:32:31 -0400 Subject: [PATCH] Update traitordevices.dm Fixed --- code/game/objects/items/devices/traitordevices.dm | 2 -- 1 file changed, 2 deletions(-) diff --git a/code/game/objects/items/devices/traitordevices.dm b/code/game/objects/items/devices/traitordevices.dm index dfa81df01f..8c36703855 100644 --- a/code/game/objects/items/devices/traitordevices.dm +++ b/code/game/objects/items/devices/traitordevices.dm @@ -70,8 +70,6 @@ effective or pretty fucking useless. /obj/item/healthanalyzer/rad_laser var/irradiate = TRUE - var/stealth = FALSE - var/used = FALSE // is it cooling down? var/intensity = 10 // how much damage the radiation does var/wavelength = 10 // time it takes for the radiation to kick in, in seconds var/used = 0 // is it cooling down?