mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-21 20:11:04 +01:00
Renames Station Bounced Radio to Shortwave Radio (#15364)
This commit is contained in:
@@ -100,7 +100,7 @@
|
||||
category = "General"
|
||||
|
||||
/datum/autolathe/recipe/radio_bounced
|
||||
name = "station bounced radio"
|
||||
name = "shortwave radio"
|
||||
path = /obj/item/device/radio/off
|
||||
category = "General"
|
||||
|
||||
|
||||
@@ -28,10 +28,8 @@ var/global/list/default_medbay_channels = list(
|
||||
//
|
||||
|
||||
/obj/item/device/radio
|
||||
name = "shortwave radio"
|
||||
icon = 'icons/obj/radio.dmi'
|
||||
name = "station bounced radio"
|
||||
var/radio_desc = ""
|
||||
suffix = "\[3\]"
|
||||
icon_state = "walkietalkie"
|
||||
item_state = "radio"
|
||||
flags = CONDUCT
|
||||
@@ -40,6 +38,8 @@ var/global/list/default_medbay_channels = list(
|
||||
throw_range = 9
|
||||
w_class = ITEMSIZE_SMALL
|
||||
matter = list(DEFAULT_WALL_MATERIAL = 75, MATERIAL_GLASS = 25)
|
||||
suffix = "\[3\]"
|
||||
var/radio_desc = ""
|
||||
var/const/FREQ_LISTENING = TRUE
|
||||
var/list/internal_channels
|
||||
var/clicksound = /decl/sound_category/button_sound //played sound on usage
|
||||
|
||||
@@ -430,7 +430,7 @@ A list of items and costs is stored under the datum of every game mode, alongsid
|
||||
starting_telecrystals = 3
|
||||
|
||||
/obj/item/device/special_uplink/rev
|
||||
name = "station bounced radio"
|
||||
name = "shortwave radio"
|
||||
desc = null // SBRs have no desc
|
||||
icon_state = "walkietalkie" // more incognito
|
||||
starting_telecrystals = DEFAULT_TELECRYSTAL_AMOUNT * 2
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
author: SleepyGemmy
|
||||
|
||||
delete-after: True
|
||||
|
||||
changes:
|
||||
- tweak: "Renames \"station bounced radio\" to shortwave radio."
|
||||
Reference in New Issue
Block a user