mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-25 14:08:31 +01:00
Standerdizing currency symbols (Part 1?) (#94128)
## About The Pull Request Passes a standardized define into some of the tgui to parody behavior with vending machines. Adds a few defines for money symbols to make it easier to rework types of money. If yall are for this I can also go through and find and replace a ton of strings and other tgui with these, but dont want to sink 2 much time into it if not. <img width="966" height="646" alt="image" src="https://github.com/user-attachments/assets/2d4753be-7e5d-4733-acf8-05f354127a6a" /> Proof of concept if Nanotrasen was not an evil conglomerate and the dollar never went out of style <img width="1009" height="661" alt="image" src="https://github.com/user-attachments/assets/e68bfcd3-4053-4641-9b28-f384f2cb049b" /> some broken shit here but 99% thats cause minimal runtime station does not support the supply console <img width="795" height="767" alt="image" src="https://github.com/user-attachments/assets/30dbd625-5338-4dc3-80db-922ff045f0f0" />
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
#define CREDIT_TYPE_BITRUNNING "np"
|
||||
|
||||
/obj/machinery/computer/order_console/bitrunning
|
||||
name = "bitrunning supplies order console"
|
||||
desc = "NexaCache(tm)! Dubiously authentic gear for the digital daredevil."
|
||||
@@ -15,7 +13,7 @@
|
||||
and hopefully get delivered by them.
|
||||
35% cheaper than express delivery."}
|
||||
express_tooltip = @{"Sends your purchases instantly."}
|
||||
credit_type = CREDIT_TYPE_BITRUNNING
|
||||
credit_type = MONEY_BITRUNNING_SYMBOL
|
||||
|
||||
order_categories = list(
|
||||
CATEGORY_BITRUNNING_FLAIR,
|
||||
@@ -84,5 +82,3 @@
|
||||
name = "[purchaser]'s Bitrunning Order"
|
||||
src.cost = cost
|
||||
src.contains = contains
|
||||
|
||||
#undef CREDIT_TYPE_BITRUNNING
|
||||
|
||||
Reference in New Issue
Block a user