From be7fa592f16df161a7493ffc2d6c1b59ac9e9d74 Mon Sep 17 00:00:00 2001 From: "ericgfwong@hotmail.com" Date: Sat, 15 Dec 2012 07:44:48 +0000 Subject: [PATCH] Added HoP jumpsuit to the steal objectives list. Grammar fixes. git-svn-id: http://tgstation13.googlecode.com/svn/trunk@5328 316c924e-a436-60f5-8080-3fe189b3f50e --- code/game/gamemodes/objective.dm | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/code/game/gamemodes/objective.dm b/code/game/gamemodes/objective.dm index 885d3ba61ae..10f78d37f54 100644 --- a/code/game/gamemodes/objective.dm +++ b/code/game/gamemodes/objective.dm @@ -272,7 +272,7 @@ datum/objective/steal "a hand teleporter" = /obj/item/weapon/hand_tele, "an RCD" = /obj/item/weapon/rcd, "a jetpack" = /obj/item/weapon/tank/jetpack, - "a captains jumpsuit" = /obj/item/clothing/under/rank/captain, + "a captain's jumpsuit" = /obj/item/clothing/under/rank/captain, "a functional AI" = /obj/item/device/aicard, "a pair of magboots" = /obj/item/clothing/shoes/magboots, "the station blueprints" = /obj/item/blueprints, @@ -280,12 +280,13 @@ datum/objective/steal "28 moles of plasma (full tank)" = /obj/item/weapon/tank, "a slime core" = /obj/item/slime_core, "a piece of corgi meat" = /obj/item/weapon/reagent_containers/food/snacks/meat/corgi, - "a research directors jumpsuit" = /obj/item/clothing/under/rank/research_director, - "a chief engineers jumpsuit" = /obj/item/clothing/under/rank/chief_engineer, - "a chief medical officers jumpsuit" = /obj/item/clothing/under/rank/chief_medical_officer, - "a head of securitys jumpsuit" = /obj/item/clothing/under/rank/head_of_security, + "a research director's jumpsuit" = /obj/item/clothing/under/rank/research_director, + "a chief engineer's jumpsuit" = /obj/item/clothing/under/rank/chief_engineer, + "a chief medical officer's jumpsuit" = /obj/item/clothing/under/rank/chief_medical_officer, + "a head of security's jumpsuit" = /obj/item/clothing/under/rank/head_of_security, + "a head of personnel's jumpsuit" = /obj/item/clothing/under/rank/head_of_personnel, "the hypospray" = /obj/item/weapon/reagent_containers/hypospray, - "the captains pinpointer" = /obj/item/weapon/pinpointer, + "the captain's pinpointer" = /obj/item/weapon/pinpointer, "an ablative armor vest" = /obj/item/clothing/suit/armor/laserproof, )