mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-22 04:22:39 +01:00
Fixes journals, quik-pay and credit symbol use (#21844)
Three for one. - The ability to write in journals held in ones hand was restored. - The quik-pay quick-input now works properly. - The credit symbol use was standardised to use 5电 and inserted into a few places where it used credit instead.
This commit is contained in:
@@ -590,7 +590,7 @@ BREATH ANALYZER
|
||||
|
||||
var/value = get_value(target)
|
||||
user.visible_message(SPAN_NOTICE("\The [user] scans \the [target] with \the [src]."))
|
||||
to_chat(user, SPAN_NOTICE("\The [src] estimates the price of \the [target] at <b>[value ? value : "N/A"]</b>."))
|
||||
to_chat(user, SPAN_NOTICE("\The [src] estimates the price of \the [target] at <b>[value ? value : "N/A"]电</b>."))
|
||||
|
||||
/obj/item/breath_analyzer
|
||||
name = "breath analyzer"
|
||||
|
||||
Reference in New Issue
Block a user