diff --git a/code/modules/tents/equipment.dm b/code/modules/tents/equipment.dm index 0d47c7e3ce..bf9a76fc2d 100644 --- a/code/modules/tents/equipment.dm +++ b/code/modules/tents/equipment.dm @@ -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 ..() diff --git a/maps/map_files/USS_Almayer/USS_Almayer.dmm b/maps/map_files/USS_Almayer/USS_Almayer.dmm index 780c165858..c1cd06182d 100644 --- a/maps/map_files/USS_Almayer/USS_Almayer.dmm +++ b/maps/map_files/USS_Almayer/USS_Almayer.dmm @@ -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"; diff --git a/maps/tents/tent_cmd.dmm b/maps/tents/tent_cmd.dmm index 0dbd6a6ef3..2349142770 100644 --- a/maps/tents/tent_cmd.dmm +++ b/maps/tents/tent_cmd.dmm @@ -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; diff --git a/maps/tents/tent_reqs.dmm b/maps/tents/tent_reqs.dmm index 2dc47531ed..d5dcd1d51a 100644 --- a/maps/tents/tent_reqs.dmm +++ b/maps/tents/tent_reqs.dmm @@ -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";