[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
🆑
qol: Changes description of steal objective to match the name
/🆑

* Changes old refs in code from "reflector trenchcoat" to "ablative trenchcoat"

---------

Co-authored-by: Archie700 <archie712@hotmail.com>
This commit is contained in:
SkyratBot
2024-06-15 17:42:36 +01:00
committed by GitHub
co-authored by Archie700
parent e88558b142
commit 2b024b4d0d
+2 -2
View File
@@ -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)