mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-14 12:13:06 +00:00
Forgot to update my .dme for the relocated PDA.dm before committing.
Fixed the two warnings about unused variables git-svn-id: http://tgstation13.googlecode.com/svn/trunk@785 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
@@ -63,7 +63,7 @@
|
|||||||
// create/populate list as they are recvd
|
// create/populate list as they are recvd
|
||||||
|
|
||||||
receive_signal(datum/signal/signal)
|
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]"
|
world << "recvd:[P] : [signal.source]"
|
||||||
@@ -138,7 +138,7 @@
|
|||||||
// create/populate lists as they are recvd
|
// create/populate lists as they are recvd
|
||||||
|
|
||||||
receive_signal(datum/signal/signal)
|
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]"
|
world << "recvd:[P] : [signal.source]"
|
||||||
|
|||||||
@@ -499,7 +499,6 @@
|
|||||||
#include "code\game\objects\devices\igniter.dm"
|
#include "code\game\objects\devices\igniter.dm"
|
||||||
#include "code\game\objects\devices\infra_sensor.dm"
|
#include "code\game\objects\devices\infra_sensor.dm"
|
||||||
#include "code\game\objects\devices\multitool.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\powersink.dm"
|
||||||
#include "code\game\objects\devices\proxy_sensor.dm"
|
#include "code\game\objects\devices\proxy_sensor.dm"
|
||||||
#include "code\game\objects\devices\scanners.dm"
|
#include "code\game\objects\devices\scanners.dm"
|
||||||
@@ -507,6 +506,7 @@
|
|||||||
#include "code\game\objects\devices\taperecorder.dm"
|
#include "code\game\objects\devices\taperecorder.dm"
|
||||||
#include "code\game\objects\devices\timer.dm"
|
#include "code\game\objects\devices\timer.dm"
|
||||||
#include "code\game\objects\devices\PDA\cart.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\radio.dm"
|
||||||
#include "code\game\objects\devices\PDA\uplink.dm"
|
#include "code\game\objects\devices\PDA\uplink.dm"
|
||||||
#include "code\game\objects\items\apc_frame.dm"
|
#include "code\game\objects\items\apc_frame.dm"
|
||||||
|
|||||||
Reference in New Issue
Block a user