From ff98a5cdef6c550db4d87a8a48add95233f377ec Mon Sep 17 00:00:00 2001 From: ReturnToZender Date: Wed, 25 Oct 2023 17:29:56 -0500 Subject: [PATCH] [Modular] Overrides Trappiste (#650) ## About The Pull Request There's a new NTRep gun. I must krill it. PR is tested and the NTrep's bag does not contain the Trappiste. ## Why It's Good For The Game 3-shot kill on an unarmored target, loaded with lethals roundstart? Lovely. But regardless of how many shots it takes to kill, I gotta teach this weapon the same lesson the M45A5 received. When will you learn, old man? ## Changelog :cl: del: Overrides the NTRep backpack to get rid of the Trappiste and any future replacements /:cl: --- .../code/modules/jobs/job_types/nanotrasen_consultant.dm | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/modular_zubbers/code/modules/jobs/job_types/nanotrasen_consultant.dm b/modular_zubbers/code/modules/jobs/job_types/nanotrasen_consultant.dm index 277a7df140b..63da22b13cc 100644 --- a/modular_zubbers/code/modules/jobs/job_types/nanotrasen_consultant.dm +++ b/modular_zubbers/code/modules/jobs/job_types/nanotrasen_consultant.dm @@ -5,6 +5,10 @@ //Making the NT consultant Command, not Central Command. /datum/outfit/job/nanotrasen_consultant id = /obj/item/card/id/advanced/silver + backpack_contents = list( + /obj/item/melee/baton/telescopic = 1, + ) +//Overrides the NTRep's backpack so any new weapons will not spawn /obj/structure/closet/secure_closet/nanotrasen_consultant/station req_access = list()