TG: Readded detective work, with much bugfixing and optimizations.

Any PDA that can access the Security Records can, via the forensic scanner
function (that was already there) store data on what was scanned, the same way
that the Detective's scanner can.
Scanning a PDA with said stored data in the Detective's computer-o-doom will
transfer the data from the PDA to the computer's database.
Made some area names improper as needed (Only ones where it makes sense to be
improper.)
Updated changelog.
Revision: r3713
Author: 	 joeheinemeyer
This commit is contained in:
Erthilo
2012-06-05 01:29:35 +01:00
parent 417f15254d
commit e5250972a9
10 changed files with 34 additions and 40 deletions
+1 -3
View File
@@ -1,5 +1,3 @@
//This file was auto-corrected by findeclaration.exe on 29/05/2012 15:03:05
// fun if you want to typecast humans/monkeys/etc without writing long path-filled lines.
/proc/ishuman(A)
@@ -345,7 +343,7 @@ It's fairly easy to fix if dealing with single letters but not so much with comp
return 0
/mob/proc/put_in_hands(var/obj/item/I)
/mob/proc/put_in_hands(var/obj/item/I) //A suprisingly useful proc. Allows a simple way to place an object in a mob's hands, or, if they are full, on the ground below them.
if(!r_hand)
I.loc = src
r_hand = I