mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 21:18:37 +01:00
[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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user