Skip to content

Commit

Permalink
Two minor sunskipper tweaks. (#3204)
Browse files Browse the repository at this point in the history
<!-- 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
- Changed it's prefix to SV
- adds a missing pipe
<!-- Describe The Pull Request. Please be sure every change is
documented or this can delay review and even discourage maintainers from
merging your PR! -->

## Why It's Good For The Game
it is
<!-- 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. -->

## Changelog

:cl:
tweak: Changed sunskipper's prefix to SV.
fix: Added a missing pipe to the sunskipper.
/:cl:

<!-- Both :cl:'s are required for the changelog to work! You can put
your name to the right of the first :cl: 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. -->
  • Loading branch information
Sadhorizon authored Jul 14, 2024
1 parent ec8c76b commit 0b58394
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion _maps/configs/independent_sunskipper.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://raw.githubusercontent.com/shiptest-ss13/Shiptest/master/_maps/ship_config_schema.json",
"map_name": "Sunskipper-class Culinary Vessel",
"prefix": "ISV",
"prefix": "SV",
"namelists": ["CRUISE", "NATURAL"],
"map_short_name": "Sunskipper-class",
"map_path": "_maps/shuttles/independent/independent_sunskipper.dmm",
Expand Down
3 changes: 3 additions & 0 deletions _maps/shuttles/independent/independent_sunskipper.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -1560,6 +1560,9 @@
/obj/structure/cable/green{
icon_state = "4-9"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
dir = 8
},
/turf/open/floor/carpet/nanoweave,
/area/ship/crew/cryo)
"tP" = (
Expand Down

0 comments on commit 0b58394

Please sign in to comment.