Skip to content

Commit

Permalink
Fixes the Listening Post Server Monitor + Replaces a Frontier Suit wi…
Browse files Browse the repository at this point in the history
…th a Softsuit (#3777)

## About The Pull Request

The Telecomms Monitor board on the listening post doesn't actually work.
It's just a maintenance computer. The intended thing to properly use the
listening setup is a Server Monitor, that lets you see the contents of
the server.

Replaced the singular suit on the ruin with a Soft suit

## Why It's Good For The Game

Fixes good

## Changelog

:cl:
add: Added a soft suit to the Listening Post
fix: Fixed the Listening Post Comms Monitor to be the right type
/:cl:
  • Loading branch information
generalthrax authored Nov 19, 2024
1 parent 3da1765 commit 7a278da
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions _maps/RandomRuins/LavaRuins/lavaland_abandonedlisteningpost.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -1232,7 +1232,9 @@
/turf/open/floor/plasteel/dark,
/area/ruin/unpowered/listening_post/commons)
"vJ" = (
/obj/machinery/suit_storage_unit/mining/eva,
/obj/machinery/suit_storage_unit/inherit,
/obj/item/clothing/suit/space/syndicate,
/obj/item/clothing/head/helmet/space/syndicate,
/turf/open/floor/plasteel/tech/grid,
/area/ruin/unpowered/listening_post)
"vR" = (
Expand Down Expand Up @@ -1762,12 +1764,12 @@
/turf/open/floor/plating,
/area/ruin/unpowered/listening_post/engineering)
"Gy" = (
/obj/machinery/computer/telecomms/monitor{
dir = 8
},
/obj/effect/turf_decal/siding/thinplating/dark{
dir = 4
},
/obj/machinery/computer/telecomms/server{
dir = 8
},
/turf/open/floor/plasteel/dark,
/area/ruin/unpowered/listening_post/operations)
"GB" = (
Expand Down

0 comments on commit 7a278da

Please sign in to comment.