Skip to content

Commit

Permalink
CIC Reception Telephone and Medical Lower Telephone Adjustment (#3831)
Browse files Browse the repository at this point in the history
# About the pull request

Add a telephone labeled 'CIC Reception' to CIC Reception (area leading
into CIC proper). Medical Lower telephone shifted more to left to be
less inside the wall

# Explain why it's good for the game

Medical Lower telephone was shifted too far to the right, this makes it
so it appears more against the wall rather than inside it.

As for the new phone, this will allow someone working the CIC reception
area to call a person in, rather than having to enter and ask.

# Changelog
:cl:
mapadd: Combat Information Center Reception now has a telephone
maptweak: Medical Lower telephone shifted to the left
/:cl:
  • Loading branch information
Ben10083 authored Jul 14, 2023
1 parent 56eac98 commit fde5725
Showing 1 changed file with 18 additions and 4 deletions.
22 changes: 18 additions & 4 deletions maps/map_files/USS_Almayer/USS_Almayer.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -37407,7 +37407,7 @@
name = "Medical Telephone";
phone_category = "Almayer";
phone_id = "Medical Lower";
pixel_x = 23
pixel_x = 16
},
/turf/open/floor/almayer{
icon_state = "sterile_green"
Expand Down Expand Up @@ -39720,13 +39720,27 @@
/area/almayer/hallways/port_hallway)
"hvv" = (
/obj/structure/disposalpipe/segment,
/obj/item/clipboard,
/obj/item/paper,
/obj/item/tool/pen/blue,
/obj/structure/pipes/standard/manifold/hidden/supply{
dir = 8
},
/obj/item/clipboard{
base_pixel_x = 20;
pixel_x = 5
},
/obj/item/paper{
pixel_x = 5
},
/obj/item/tool/pen/blue{
pixel_x = 5
},
/obj/structure/surface/table/reinforced/black,
/obj/structure/transmitter/rotary{
name = "CIC Reception Telephone";
phone_category = "Command";
phone_id = "CIC Reception";
pixel_x = -7;
pixel_y = 4
},
/turf/open/floor/almayer,
/area/almayer/command/cic)
"hvw" = (
Expand Down

0 comments on commit fde5725

Please sign in to comment.