Bugfixes for airlocks

Added detective work manual, that spawns on top of the detective's computer
Added RadioAlert proc
Added the capability to title the NanoTrasen updates
This commit is contained in:
SkyMarshal
2012-02-06 20:24:00 -07:00
parent 16e38a6d7c
commit e432958ab5
5 changed files with 67 additions and 2 deletions

View File

@@ -81,6 +81,12 @@ obj/machinery/computer/forensic_scanning
req_access = list(access_forensics_lockers)
New()
..()
new /obj/item/weapon/book/manual/detective(src)
return
attack_ai(mob/user)
return attack_hand(user)