mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-25 06:00:16 +01:00
[Modular] Overrides Trappiste (#650)
<!-- Write **BELOW** The Headers and **ABOVE** The comments else it may not be viewable. --> <!-- You can view Contributing.MD for a detailed description of the pull request process. --> ## 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. <!-- Describe The Pull Request. Please be sure every change is documented or this can delay review and even discourage maintainers from merging your PR! --> <!-- Please make sure to actually test your PRs. If you have not tested your PR mention it. --> ## 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? <!-- Argue for the merits of your changes and how they benefit the game, especially if they are controversial and/or far reaching. If you can't actually explain WHY what you are doing will improve the game, then it probably isn't good for the game in the first place. --> ## Changelog <!-- If your PR modifies aspects of the game that can be concretely observed by players or admins you should add a changelog. If your change does NOT meet this description, remove this section. Be sure to properly mark your PRs to prevent unnecessary GBP loss. You can read up on GBP and it's effects on PRs in the tgstation guides for contributors. Please note that maintainers freely reserve the right to remove and add tags should they deem it appropriate. You can attempt to finagle the system all you want, but it's best to shoot for clear communication right off the bat. --> 🆑 del: Overrides the NTRep backpack to get rid of the Trappiste and any future replacements /🆑 <!-- Both 🆑's are required for the changelog to work! You can put your name to the right of the first 🆑 if you want to overwrite your GitHub username as author ingame. --> <!-- You can use multiple of the same prefix (they're only used for the icon ingame) and delete the unneeded ones. Despite some of the tags, changelogs should generally represent how a player might be affected by the changes rather than a summary of the PR's contents. -->
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user