Skip to content

Commit

Permalink
and these
Browse files Browse the repository at this point in the history
  • Loading branch information
morrowwolf committed Oct 26, 2023
1 parent e796dad commit c190e02
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
5 changes: 3 additions & 2 deletions code/modules/tents/equipment.dm
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,10 @@
return ..()

/// Telephone
/obj/structure/transmitter/tent
/obj/structure/phone_base/tent
layer = INTERIOR_WALLMOUNT_LAYER
/obj/structure/transmitter/tent/Initialize(mapload, ...)

/obj/structure/phone_base/tent/Initialize(mapload, ...)
AddComponent(/datum/component/tent_supported_object)
return ..()

Expand Down
2 changes: 1 addition & 1 deletion maps/map_files/USS_Almayer/USS_Almayer.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -48101,7 +48101,7 @@
},
/area/almayer/hallways/aft_hallway)
"kSU" = (
/obj/structure/transmitter/no_dnd{
/obj/structure/phone_base/no_dnd{
name = "Requisition Telephone";
phone_category = "Almayer";
phone_id = "Requisition";
Expand Down
2 changes: 1 addition & 1 deletion maps/tents/tent_cmd.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
dir = 1
},
/obj/structure/surface/table,
/obj/structure/transmitter/tent{
/obj/structure/phone_base/tent{
phone_category = "Command";
phone_id = "Ground Command";
pixel_x = -2;
Expand Down
2 changes: 1 addition & 1 deletion maps/tents/tent_reqs.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
dir = 8
},
/obj/structure/bed/chair,
/obj/structure/transmitter/tent{
/obj/structure/phone_base/tent{
pixel_y = 30;
pixel_x = 16;
phone_category = "Command";
Expand Down

0 comments on commit c190e02

Please sign in to comment.