From 2b024b4d0d1be1e8fe6bb9a0e9b1bd4fc45b4024 Mon Sep 17 00:00:00 2001 From: SkyratBot <59378654+SkyratBot@users.noreply.github.com> Date: Sat, 15 Jun 2024 18:42:36 +0200 Subject: [PATCH] [MIRROR] Changes old refs in code from "reflector trenchcoat" to "ablative trenchcoat" (#28196) * Changes old refs in code from "reflector trenchcoat" to "ablative trenchcoat" (#83944) ## About The Pull Request Changes references to "reflector trenchcoat" in objective_items.dm to match the name of the actual item "ablative trenchcoat" ## Why It's Good For The Game Quality of life to prevent confusion from using the old name. ## Changelog :cl: qol: Changes description of steal objective to match the name /:cl: * Changes old refs in code from "reflector trenchcoat" to "ablative trenchcoat" --------- Co-authored-by: Archie700 --- code/game/gamemodes/objective_items.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/game/gamemodes/objective_items.dm b/code/game/gamemodes/objective_items.dm index e9430ad81cc..3dddc560e6a 100644 --- a/code/game/gamemodes/objective_items.dm +++ b/code/game/gamemodes/objective_items.dm @@ -416,8 +416,8 @@ /datum/objective_item/steal/nukedisc/check_special_completion(obj/item/disk/nuclear/N) return !N.fake -/datum/objective_item/steal/reflector - name = "a reflector trenchcoat" +/datum/objective_item/steal/ablative + name = "an ablative trenchcoat" targetitem = /obj/item/clothing/suit/hooded/ablative excludefromjob = list(JOB_HEAD_OF_SECURITY, JOB_WARDEN) item_owner = list(JOB_HEAD_OF_SECURITY)