mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-26 06:22:26 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user