Renames Station Bounced Radio to Shortwave Radio (#15364)

This commit is contained in:
SleepyGemmy
2022-12-21 15:11:10 +01:00
committed by GitHub
parent 95fa316447
commit 403787278b
4 changed files with 11 additions and 5 deletions
@@ -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
+1 -1
View File
@@ -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
+6
View File
@@ -0,0 +1,6 @@
author: SleepyGemmy
delete-after: True
changes:
- tweak: "Renames \"station bounced radio\" to shortwave radio."