From 6a45502dd9e41dc3519fac5c563a50d743c73039 Mon Sep 17 00:00:00 2001 From: Fox-McCloud Date: Sat, 9 Jul 2016 18:18:52 -0400 Subject: [PATCH] proper RD armor --- code/game/gamemodes/steal_items.dm | 2 +- .../structures/crates_lockers/closets/secure/scientist.dm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/code/game/gamemodes/steal_items.dm b/code/game/gamemodes/steal_items.dm index d81b50c1922..9c6989cb1b9 100644 --- a/code/game/gamemodes/steal_items.dm +++ b/code/game/gamemodes/steal_items.dm @@ -102,7 +102,7 @@ datum/theft_objective/ai/check_special_completion(var/obj/item/device/aicard/C) /datum/theft_objective/reactive name = "the reactive teleport armor" - typepath = /obj/item/clothing/suit/armor/reactive + typepath = /obj/item/clothing/suit/armor/reactive/teleport protected_jobs = list("Research Director") /datum/theft_objective/steal/documents diff --git a/code/game/objects/structures/crates_lockers/closets/secure/scientist.dm b/code/game/objects/structures/crates_lockers/closets/secure/scientist.dm index 488a422af86..cfecee359d6 100644 --- a/code/game/objects/structures/crates_lockers/closets/secure/scientist.dm +++ b/code/game/objects/structures/crates_lockers/closets/secure/scientist.dm @@ -46,7 +46,7 @@ new /obj/item/device/radio/headset/heads/rd(src) new /obj/item/weapon/tank/air(src) new /obj/item/clothing/mask/gas(src) - new /obj/item/clothing/suit/armor/reactive(src) + new /obj/item/clothing/suit/armor/reactive/teleport(src) new /obj/item/device/flash(src) new /obj/item/device/laser_pointer(src) new /obj/item/weapon/door_remote/research_director(src)