Skip to content

Commit

Permalink
Removes a duplicate air alarm on the Kansatsu (#2539)
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
Title
<!-- 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
Having multiple air alarms in a room is bad
<!-- 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:
fix: Removed a duplicate air alarm in the Kansatsu-class Exploration
Vessel
/: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
JimKil3 authored Dec 12, 2023
1 parent 0c32be5 commit 85168be
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions _maps/shuttles/syndicate/syndicate_cybersun_kansatsu.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,7 @@
/obj/effect/turf_decal/spline/fancy/opaque/syndiered{
dir = 1
},
/obj/effect/turf_decal/spline/fancy/opaque/syndiered{
dir = 2
},
/obj/effect/turf_decal/spline/fancy/opaque/syndiered,
/turf/open/floor/plasteel/white,
/area/ship/bridge)
"ah" = (
Expand Down Expand Up @@ -494,7 +492,6 @@
/obj/effect/turf_decal/corner/opaque/syndiered/bordercorner{
dir = 4
},
/obj/machinery/airalarm/directional/west,
/turf/open/floor/plasteel/dark,
/area/ship/crew)
"lP" = (
Expand Down

0 comments on commit 85168be

Please sign in to comment.