Skip to content

Commit

Permalink
Classic Camo to Jungle Camo Edit
Browse files Browse the repository at this point in the history
Replaces "Classic" camo Chance's Claim, both Fiorina Prison Maps, CORSAT and the Derelict Almayer with Jungle camo.

<!-- Write **BELOW** The Headers and **ABOVE** The comments else it may not be viewable. -->

# About the pull request

<!-- Remove this text and explain what the purpose of your PR is.

Mention if you have tested your changes. If you changed a map, make sure you used the mapmerge tool.
If this is an Issue Correction, you can type "Fixes Issue #169420" to link the PR to the corresponding Issue number #169420.

Remember: something that is self-evident to you might not be to others. Explain your rationale fully, even if you feel it goes without saying. -->

# Explain why it's good for the game

<!-- Please add a short description of why you think these changes would benefit the game. If you can't justify it in words, it might not be worth adding, and may discourage maintainers from reviewing or merging your PR. This section is not strictly required for (non-controversial) fix PRs or backend PRs. -->

# Testing Photographs and Procedure
<!-- Include any screenshots/videos/debugging steps of the modified code functioning successfully, ideally including edge cases. -->
<details>
<summary>Screenshots & Videos</summary>

Put screenshots and videos here with an empty line between the screenshots and the `<details>` tags.

</details>

# 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 label your changes in the changelog. 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. -->
<!-- If you add a name after the ':cl', that name will be used in the changelog. You must add your CKEY after the CL if your GitHub name doesn't match. Maintainers freely reserve the right to remove and add tags should they deem it appropriate. -->

:cl:
add: Added something
del: Removed old things
qol: made something easier to use
balance: rebalanced something
fix: fixed a few things
spellcheck: fixed a few typos
ui: changed something relating to user interfaces
code: changed some code
refactor: refactored some code
soundadd: added a new sound thingy
sounddel: removed an old sound thingy
imageadd: added some icons and images
imagedel: deleted some icons and images
mapadd: added a new map or section to a map
maptweak: tweaked a map
config: changed some config setting
admin: messed with admin stuff
server: something server ops should know
/:cl:

<!-- Both :cl:'s are required for the changelog to work! -->
  • Loading branch information
AmoryBlaine authored and AmoryBlaine committed Mar 17, 2024
1 parent 414d726 commit ed08430
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion maps/corsat.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"xeno_hive_charlie": 0,
"xeno_hive_delta": 0
},
"camouflage": "snow",
"camouflage": "jungle",
"gamemodes": [
"Distress Signal",
"Hunter Games",
Expand Down
2 changes: 1 addition & 1 deletion maps/derelict_almayer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"announce_text": "An automated distress signal has been received from the \"USS Almayer\". A response team from the ###SHIPNAME### will be dispatched shortly to investigate.",
"traits": [{ "Ground": true }],
"nightmare_path": "maps/Nightmare/maps/derelict_almayer/",
"camouflage": "classic",
"camouflage": "jungle",
"gamemodes": [
"Distress Signal",
"Hunter Games",
Expand Down
2 changes: 1 addition & 1 deletion maps/fiorina_sciannex.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"xeno_hive_bravo": 0,
"xeno_hive_charlie": 0
},
"camouflage": "classic",
"camouflage": "jungle",
"gamemodes": [
"Distress Signal",
"Hunter Games",
Expand Down
2 changes: 1 addition & 1 deletion maps/lv522_chances_claim.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"xeno_hive_charlie": 0,
"xeno_hive_delta": 0
},
"camouflage": "classic",
"camouflage": "jungle",
"gamemodes": [
"Distress Signal",
"Hunter Games",
Expand Down
2 changes: 1 addition & 1 deletion maps/prison_station_fop.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"xeno_hive_bravo": 0,
"xeno_hive_charlie": 0
},
"camouflage": "classic",
"camouflage": "jungle",
"gamemodes": [
"Distress Signal",
"Hunter Games",
Expand Down

0 comments on commit ed08430

Please sign in to comment.