diff --git a/code/game/objects/devices/PDA/radio.dm b/code/game/objects/devices/PDA/radio.dm index 286c66cb006..516e3f25d18 100644 --- a/code/game/objects/devices/PDA/radio.dm +++ b/code/game/objects/devices/PDA/radio.dm @@ -63,7 +63,7 @@ // create/populate list as they are recvd receive_signal(datum/signal/signal) - var/obj/item/device/pda/P = src.loc +// var/obj/item/device/pda/P = src.loc /* world << "recvd:[P] : [signal.source]" @@ -138,7 +138,7 @@ // create/populate lists as they are recvd receive_signal(datum/signal/signal) - var/obj/item/device/pda/P = src.loc +// var/obj/item/device/pda/P = src.loc /* world << "recvd:[P] : [signal.source]" diff --git a/tgstation.dme b/tgstation.dme index 7dc190d5e15..be0b2939b2f 100644 --- a/tgstation.dme +++ b/tgstation.dme @@ -499,7 +499,6 @@ #include "code\game\objects\devices\igniter.dm" #include "code\game\objects\devices\infra_sensor.dm" #include "code\game\objects\devices\multitool.dm" -#include "code\game\objects\devices\PDA.dm" #include "code\game\objects\devices\powersink.dm" #include "code\game\objects\devices\proxy_sensor.dm" #include "code\game\objects\devices\scanners.dm" @@ -507,6 +506,7 @@ #include "code\game\objects\devices\taperecorder.dm" #include "code\game\objects\devices\timer.dm" #include "code\game\objects\devices\PDA\cart.dm" +#include "code\game\objects\devices\PDA\PDA.dm" #include "code\game\objects\devices\PDA\radio.dm" #include "code\game\objects\devices\PDA\uplink.dm" #include "code\game\objects\items\apc_frame.dm"