Manual valves can no longer be used by the AI.

Added the jobprocs.dm section of the PDA ranks.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@636 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
crazyclonetheninja
2010-12-16 06:07:58 +00:00
parent ced41f6722
commit 718c938ad1
2 changed files with 5 additions and 2 deletions
+3
View File
@@ -107,6 +107,9 @@ obj/machinery/atmospherics/valve
return 1
attack_ai(mob/user as mob)
return
attack_paw(mob/user as mob)
return attack_hand(user)
+2 -2
View File
@@ -611,12 +611,12 @@
var/obj/item/device/pda/pda = src.belt
pda.owner = src.real_name
pda.ownjob = src.wear_id.assignment
pda.name = "PDA-[src.real_name]"
pda.name = "PDA-[src.real_name] ([rank])"
if (istype(src.r_store, /obj/item/device/pda)) //damned mime PDAs not starting in belt slot
var/obj/item/device/pda/pda = src.r_store
pda.owner = src.real_name
pda.ownjob = src.wear_id.assignment
pda.name = "PDA-[src.real_name]"
pda.name = "PDA-[src.real_name] ([rank])"
/client/proc/mimewall()
set category = "Mime"