[MIRROR] Fixes map issues found in #18285 [MDB IGNORE] [IDB IGNORE] (#11485)

Co-authored-by: Cameron Lennox <killer65311@gmail.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2025-08-23 13:23:45 -07:00
committed by GitHub
parent 18b5644926
commit 8fa48e2a3e
138 changed files with 1408 additions and 3926 deletions

View File

@@ -2,7 +2,7 @@
listening = 0 //CHOMP Edit: Temporary bandaid fix for comms lag.
name = "station intercom (General)"
desc = "Talk through this."
icon = 'icons/obj/radio_vr.dmi'
icon = 'icons/obj/radio.dmi'
icon_state = "intercom"
layer = ABOVE_WINDOW_LAYER
anchored = TRUE

View File

@@ -1,7 +1,7 @@
#define CANBROADCAST_INNERBOX 0.7071067811865476 //This is sqrt(2)/2
/obj/item/radio
icon = 'icons/obj/radio_vr.dmi'
icon = 'icons/obj/radio.dmi'
name = "shortwave radio"
desc = "Used to talk to people when headsets don't function. Range is limited."
suffix = "\[3\]"
@@ -732,7 +732,6 @@ GLOBAL_DATUM(autospeaker, /mob/living/silicon/ai/announcer)
/obj/item/radio/phone
broadcasting = 0
icon = 'icons/obj/items.dmi'
icon_state = "red_phone"
listening = 1
name = "phone"

View File

@@ -397,7 +397,7 @@ not carry this around."}, "OOC Warning", list("Take It","Leave It"))
/obj/item/perfect_tele_beacon/stationary
name = "stationary translocator beacon"
icon = 'icons/obj/radio_vr.dmi'
icon = 'icons/obj/radio.dmi'
icon_state = "floor_beacon"
w_class = ITEMSIZE_HUGE
anchored = TRUE