mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 03:57:13 +01:00
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:
@@ -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)
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user