TEMPORARY UPDATE: REMOVES ALL DETECTIVE WORK STUFF-

FINGERPRINTS ARE GONE
EVIDENCE BAGS ARE GONE
DET SCANNERS ARE GONE

THIS IS PURELY TO SEE IF REMOVING DETECTIVE WORK FIXES THE HORRIBLE CRASHING

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@3424 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
petethegoat@gmail.com
2012-04-09 23:50:05 +00:00
parent 398a8ee6a0
commit 78d1459075
15 changed files with 18 additions and 259 deletions

View File

@@ -106,9 +106,6 @@
return src.attack_hand(user)
/obj/machinery/ignition_switch/attackby(obj/item/weapon/W, mob/user as mob)
if(istype(W, /obj/item/device/detective_scanner))
return
return src.attack_hand(user)
/obj/machinery/ignition_switch/attack_hand(mob/user as mob)