Electronic Radio Clarity and Actually Updates Storage Capability of IC Printer (#23030)

Yeah so I did all but the actual important information on how much
phoron and steel that is held in the printer, woops that's my bad. Fixed
that.

Also added mechanical hints to the examine menu on the electronic radio
headset.
This commit is contained in:
mineymonkey
2026-08-16 16:12:59 +00:00
committed by GitHub
parent 9d859a0000
commit 7fd734ba38
3 changed files with 15 additions and 2 deletions
@@ -70,6 +70,11 @@
/obj/item/radio/headset/circuitry/proc/get_clone_host_type()
return type
/obj/item/radio/headset/circuitry/mechanics_hints(mob/user, distance, is_adjacent)
. = ..()
. += "Any <b>text-to-speech circuits</b> installed in this device can only be heard by the wearer."
. += "Right-click the headset to access the integrated circuit panel and view or modify the installed circuits."
/obj/item/radio/headset/circuitry/feedback_hints(mob/user, distance, is_adjacent)
. = ..()
@@ -15,10 +15,10 @@
// Stored phoron amount available for printing.
var/phoron = 0
var/max_phoron = 20
var/max_phoron = 10
var/phoron_per_sheet = 10
var/clone_metal_storage_bonus = 400
var/clone_metal_storage_bonus = 150
var/upgraded = FALSE
var/can_clone = FALSE