Skip to content

Commit

Permalink
Boyardee holofield (#2399)
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

Replaces the tiny fans in Boyardee's cargo bay with a holofield system.
![Haddu Xi AB 2023-10-11
040800](https://github.com/shiptest-ss13/Shiptest/assets/14267245/06617a51-27c9-4446-a6fd-99335d2b2786)

<!-- 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

Tiny fans are undesired, holofields are preferable.

<!-- 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: Replaced Boyardee tiny fans with a holofield
/: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
Doubleumc authored Oct 17, 2023
1 parent 59504b5 commit 35c349f
Showing 1 changed file with 53 additions and 4 deletions.
57 changes: 53 additions & 4 deletions _maps/shuttles/shiptest/independent_boyardee.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,13 @@
id = "cargoblastdoors"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
/obj/structure/fans/tiny,
/obj/machinery/power/shieldwallgen/atmos/roundstart{
dir = 4;
id = "cargoholofield"
},
/obj/structure/cable{
icon_state = "0-2"
},
/turf/open/floor/plating,
/area/ship/cargo)
"ct" = (
Expand Down Expand Up @@ -488,6 +494,9 @@
/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{
dir = 8
},
/obj/structure/cable{
icon_state = "1-8"
},
/turf/open/floor/plasteel,
/area/ship/cargo)
"kr" = (
Expand Down Expand Up @@ -669,6 +678,9 @@
/obj/effect/turf_decal/industrial/warning{
dir = 1
},
/obj/structure/cable{
icon_state = "1-2"
},
/turf/open/floor/plasteel,
/area/ship/cargo)
"no" = (
Expand Down Expand Up @@ -1298,7 +1310,6 @@
/obj/machinery/door/poddoor{
id = "cargoblastdoors"
},
/obj/structure/fans/tiny,
/turf/open/floor/plating,
/area/ship/cargo)
"yn" = (
Expand All @@ -1309,6 +1320,19 @@
/obj/item/radio/intercom/directional/south,
/turf/open/floor/plasteel/mono/dark,
/area/ship/crew/canteen)
"ys" = (
/obj/machinery/door/poddoor{
id = "cargoblastdoors"
},
/obj/machinery/power/shieldwallgen/atmos/roundstart{
dir = 8;
id = "cargoholofield"
},
/obj/structure/cable{
icon_state = "0-2"
},
/turf/open/floor/plating,
/area/ship/cargo)
"yF" = (
/obj/effect/turf_decal/corner/transparent/neutral{
dir = 4
Expand Down Expand Up @@ -2318,6 +2342,9 @@
icon_state = "2-8"
},
/obj/structure/catwalk/over/plated_catwalk,
/obj/structure/cable{
icon_state = "4-8"
},
/turf/open/floor/plating,
/area/ship/cargo)
"Ro" = (
Expand Down Expand Up @@ -2466,6 +2493,20 @@
/obj/effect/turf_decal/siding/wood,
/turf/open/floor/wood,
/area/ship/crew/canteen)
"Ty" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
dir = 8
},
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4,
/obj/structure/cable{
icon_state = "4-8"
},
/obj/structure/catwalk/over/plated_catwalk,
/obj/structure/cable{
icon_state = "1-8"
},
/turf/open/floor/plating,
/area/ship/cargo)
"TD" = (
/turf/closed/wall/r_wall,
/area/ship/crew/hydroponics)
Expand Down Expand Up @@ -2522,6 +2563,14 @@
pixel_x = 25;
pixel_y = 25
},
/obj/machinery/button/shieldwallgen{
pixel_y = 24;
pixel_x = 37;
id = "cargoholofield"
},
/obj/structure/cable{
icon_state = "1-2"
},
/turf/open/floor/plasteel,
/area/ship/cargo)
"Uy" = (
Expand Down Expand Up @@ -3274,7 +3323,7 @@ vZ
as
cp
nc
Av
Ty
tP
FN
np
Expand Down Expand Up @@ -3335,7 +3384,7 @@ vZ
"}
(25,1,1) = {"
yi
yk
ys
Uv
jN
YR
Expand Down

0 comments on commit 35c349f

Please sign in to comment.