[item_name]: [item_amount] x [item_price]电: [item_amount * item_price]电 "
sum += item_price * item_amount
- receipt += "Total: [sum]cr "
+ receipt += "Total: [sum]电 "
playsound(src, 'sound/machines/ping.ogg', 25, 1)
audible_message(SPAN_NOTICE("[icon2html(src, viewers(get_turf(src)))] \The [src] pings."))
. = TRUE
diff --git a/code/modules/economy/OrderTerminal.dm b/code/modules/economy/OrderTerminal.dm
index 035ad232ab2..a7e3ce019d0 100644
--- a/code/modules/economy/OrderTerminal.dm
+++ b/code/modules/economy/OrderTerminal.dm
@@ -180,8 +180,8 @@
var/item_price = items_to_price[item_name]
sum += item_price
- receipt += "[name]: [item_name] x[item_amount] at [item_price]cr each "
- ticket += "[name]: [item_name] x[item_amount] at [item_price]cr each "
+ receipt += "[name]: [item_name] x[item_amount] at [item_price]电 each "
+ ticket += "[name]: [item_name] x[item_amount] at [item_price]电 each "
receipt += "Total: [sum]电"
ticket += "Total: [sum]电"
sum = sum
diff --git a/code/modules/economy/cash.dm b/code/modules/economy/cash.dm
index b57dcbb8513..3348dded99f 100644
--- a/code/modules/economy/cash.dm
+++ b/code/modules/economy/cash.dm
@@ -1,6 +1,6 @@
/obj/item/spacecash
name = "0 credit chip"
- desc = "It's worth 0 credits."
+ desc = "It's worth 0电."
gender = PLURAL
icon = 'icons/obj/cash.dmi'
icon_state = "spacecash1"
@@ -38,7 +38,7 @@
h_user.drop_from_inventory(src)
h_user.drop_from_inventory(bundle)
h_user.put_in_hands(bundle)
- to_chat(user, SPAN_NOTICE("You add [src.worth] credits worth of money to the bundles. It holds [bundle.worth] credits now."))
+ to_chat(user, SPAN_NOTICE("You add [src.worth]电 to the bundles. It holds [bundle.worth]电 now."))
qdel(src)
/proc/coin_typepath_suffix(var/amount)
@@ -55,7 +55,7 @@
name = "credit chips"
icon_state = ""
gender = PLURAL
- desc = "They are worth 0 credits."
+ desc = "They are worth 0电."
worth = 0
/obj/item/spacecash/bundle/update_icon()
@@ -97,7 +97,7 @@
AddOverlays(ovr)
UpdateOverlays() // The delay looks weird, so we force an update immediately.
- src.desc = "A bundle of Biesel Standard Credits. Combined, this is worth [worth] credits."
+ src.desc = "A bundle of Biesel Standard Credits. Combined, this is worth [worth]电."
/obj/item/spacecash/bundle/attack_self(mob/user as mob)
var/amount = tgui_input_number(user, "How many credits do you want to take out? (0 to [src.worth])", "Take Money", 5, worth, 0, 0, round_value = FALSE)
@@ -171,49 +171,49 @@
/obj/item/spacecash/c5
name = "5 credit chip"
icon_state = "spacecash5"
- desc = "A Biesel Standard Credit chip, used for transactions large and small. This one is worth 5 credits."
+ desc = "A Biesel Standard Credit chip, used for transactions large and small. This one is worth 5电."
worth = 5
/obj/item/spacecash/c10
name = "10 credit chip"
icon_state = "spacecash10"
- desc = "A Biesel Standard Credit chip, used for transactions large and small. This one is worth 10 credits."
+ desc = "A Biesel Standard Credit chip, used for transactions large and small. This one is worth 10电."
worth = 10
/obj/item/spacecash/c20
name = "20 credit chip"
icon_state = "spacecash20"
- desc = "A Biesel Standard Credit chip, used for transactions large and small. This one is worth 20 credits."
+ desc = "A Biesel Standard Credit chip, used for transactions large and small. This one is worth 20电."
worth = 20
/obj/item/spacecash/c50
name = "50 credit chip"
icon_state = "spacecash50"
- desc = "A Biesel Standard Credit chip, used for transactions large and small. This one is worth 50 credits."
+ desc = "A Biesel Standard Credit chip, used for transactions large and small. This one is worth 50电."
worth = 50
/obj/item/spacecash/c100
name = "100 credit chip"
icon_state = "spacecash100"
- desc = "A Biesel Standard Credit chip, used for transactions large and small. This one is worth 100 credits."
+ desc = "A Biesel Standard Credit chip, used for transactions large and small. This one is worth 100电."
worth = 100
/obj/item/spacecash/c200
name = "200 credit chip"
icon_state = "spacecash200"
- desc = "A Biesel Standard Credit chip, used for transactions large and small. This one is worth 200 credits."
+ desc = "A Biesel Standard Credit chip, used for transactions large and small. This one is worth 200电."
worth = 200
/obj/item/spacecash/c500
name = "500 credit chip"
icon_state = "spacecash500"
- desc = "A Biesel Standard Credit chip, used for transactions large and small. This one is worth 500 credits."
+ desc = "A Biesel Standard Credit chip, used for transactions large and small. This one is worth 500电."
worth = 500
/obj/item/spacecash/c1000
name = "1000 credit chip"
icon_state = "spacecash1000"
- desc = "A Biesel Standard Credit chip, used for transactions large and small. This one is worth 1000 credits."
+ desc = "A Biesel Standard Credit chip, used for transactions large and small. This one is worth 1000电."
worth = 1000
/obj/item/spacecash/coin
@@ -238,25 +238,25 @@
/obj/item/spacecash/coin/c001
name = "1 cent unie coin"
icon_state = "spacecash0.01"
- desc = "A Biesel Standard Credit coin, called a 'unie'. This is worth 0.01 credits."
+ desc = "A Biesel Standard Credit coin, called a 'unie'. This is worth 0.01电."
worth = 0.01
/obj/item/spacecash/coin/c005
name = "5 cent quin coin"
icon_state = "spacecash0.05"
- desc = "A Biesel Standard Credit coin, called a 'quin'. This is worth 0.05 credits."
+ desc = "A Biesel Standard Credit coin, called a 'quin'. This is worth 0.05电."
worth = 0.05
/obj/item/spacecash/coin/c010
name = "10 cent dece coin"
icon_state = "spacecash0.10"
- desc = "A Biesel Standard Credit coin, called a 'dece'. This is worth 0.10 credits."
+ desc = "A Biesel Standard Credit coin, called a 'dece'. This is worth 0.10电."
worth = 0.10
/obj/item/spacecash/coin/c025
name = "25 cent quarter coin"
icon_state = "spacecash0.25"
- desc = "A Biesel Standard Credit coin, called a 'quarter'. This is worth 0.25 credits."
+ desc = "A Biesel Standard Credit coin, called a 'quarter'. This is worth 0.25电."
worth = 0.25
/proc/spawn_money(var/sum, spawnloc, mob/living/carbon/human/human_user as mob)
diff --git a/code/modules/economy/quikpay.dm b/code/modules/economy/quikpay.dm
index f7ffe3d7ae2..3ddeffa6615 100644
--- a/code/modules/economy/quikpay.dm
+++ b/code/modules/economy/quikpay.dm
@@ -203,10 +203,10 @@
var/item_amount = bought_item["amount"]
var/item_price = items_to_price[item_name]
- receipt += "
[item_name]: [item_amount] x [item_price]电: [item_amount * item_price]电 "
sum += item_price * item_amount
- receipt += "Total: [sum]cr "
+ receipt += "Total: [sum]电 "
playsound(src, 'sound/machines/ping.ogg', 25, 1)
audible_message(SPAN_NOTICE("[icon2html(src, viewers(get_turf(src)))] \The [src] pings."))
. = TRUE
@@ -259,5 +259,6 @@
price_guess = max(0, round(price_guess, 0.01))
items += list(list("name" = "[name_guess]", "price" = price_guess))
+ items_to_price[name_guess] = price_guess
to_chat(user, SPAN_NOTICE("[src]: added '[name_guess]' for [price_guess]."))
diff --git a/code/modules/events/money_lotto.dm b/code/modules/events/money_lotto.dm
index 3454f0c7b0e..071c123763f 100644
--- a/code/modules/events/money_lotto.dm
+++ b/code/modules/events/money_lotto.dm
@@ -28,8 +28,8 @@
var/author = "[SSatlas.current_map.company_name] Editor"
var/channel = "Tau Ceti Daily"
- var/body = "Tau Ceti Daily wishes to congratulate [winner_name] for recieving the Tau Ceti Stellar Slam Lottery, and receiving the out of this world sum of [winner_sum] credits!"
+ var/body = "Tau Ceti Daily wishes to congratulate [winner_name] for recieving the Tau Ceti Stellar Slam Lottery, and receiving the out of this world sum of [winner_sum]电!"
if(!deposit_success)
- body += " Unfortunately, we were unable to verify the account details provided, so we were unable to transfer the money. Send a cheque containing the sum of 5000 credits to ND 'Stellar Slam' office on the Tau Ceti gateway containing updated details, and your winnings'll be re-sent within the month."
+ body += " Unfortunately, we were unable to verify the account details provided, so we were unable to transfer the money. Send a cheque containing the sum of 5000电 to ND 'Stellar Slam' office on the Tau Ceti gateway containing updated details, and your winnings'll be re-sent within the month."
var/datum/feed_channel/ch = SSnews.GetFeedChannel(channel)
SSnews.SubmitArticle(body, author, ch, null, 1)
diff --git a/code/modules/law/incident.dm b/code/modules/law/incident.dm
index 5d2ae9f4c93..754b9db0543 100644
--- a/code/modules/law/incident.dm
+++ b/code/modules/law/incident.dm
@@ -171,7 +171,7 @@
else
. += "\tBRIG: [brig_sentence] minutes "
else if ( fine != 0 )
- . += "As decided by the arbiter(s), they have been fined [fine] credits. "
+ . += "As decided by the arbiter(s), they have been fined [fine]电. "
else
. += "As decided by the arbiter(s), they will serve no time for their crimes. "
. += "
"
diff --git a/code/modules/paperwork/folders.dm b/code/modules/paperwork/folders.dm
index a4f4f1d5614..76d8809c363 100644
--- a/code/modules/paperwork/folders.dm
+++ b/code/modules/paperwork/folders.dm
@@ -84,7 +84,7 @@
if(!istype(paper) || paper.loc != src)
return
var/obj/item/pen = usr.get_inactive_hand()
- if(!pen || !pen.tool_behaviour == TOOL_PEN)
+ if(!pen || pen.tool_behaviour != TOOL_PEN)
pen = usr.get_active_hand()
if(pen?.tool_behaviour == TOOL_PEN)
paper.attackby(pen, usr)
diff --git a/html/changelogs/ThreeForOneBugfix.yml b/html/changelogs/ThreeForOneBugfix.yml
new file mode 100644
index 00000000000..53edc6a3f24
--- /dev/null
+++ b/html/changelogs/ThreeForOneBugfix.yml
@@ -0,0 +1,8 @@
+author: TheGreyWolf
+
+delete-after: True
+
+changes:
+ - bugfix: "Fixed that journals and notepads could not be written in when held in hand."
+ - bugfix: "Fixed the quik-pay not getting prices correct when clicking an item with it to input it quickly."
+ - spellcheck: "Standardised how the credit symbol is shown in several places, and replaces several instances of credits with the symbol."
diff --git a/tgui/packages/tgui/interfaces/CargoControl.tsx b/tgui/packages/tgui/interfaces/CargoControl.tsx
index 12b590eff81..694b53f3fb1 100644
--- a/tgui/packages/tgui/interfaces/CargoControl.tsx
+++ b/tgui/packages/tgui/interfaces/CargoControl.tsx
@@ -208,16 +208,16 @@ export const CargoControl = (props, context) => {
: 'Unauthorised'}
- {data.order_details.price.toFixed(2)} 电
+ {data.order_details.price.toFixed(2)}电
- {data.order_details.price_cargo.toFixed(2)} 电
+ {data.order_details.price_cargo.toFixed(2)}电
- {data.order_details.price_customer.toFixed(2)} 电
+ {data.order_details.price_customer.toFixed(2)}电
- {data.order_details.price_customer.toFixed(2)} 电
+ {data.order_details.price_customer.toFixed(2)}电
{data.order_details.time_submitted}
@@ -255,7 +255,7 @@ export const CargoControl = (props, context) => {
{item.name}{item.supplier_name}
- {item.price.toFixed(2)} 电
+ {item.price.toFixed(2)}电
))}