mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-20 20:37:34 +01:00
Fix indentations (#17481)
* cbt * AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA * fsadffsda sad * sadfasd * jhn * dsfa * saf * safsad * sda
This commit is contained in:
@@ -16,4 +16,4 @@
|
||||
#define TRADER_NO_BLACKLISTED "trade_blacklist"
|
||||
#define TRADER_FOUND_UNWANTED "trade_found_unwanted"
|
||||
|
||||
#define TRADER_DEFAULT_NAME "Default" //Whether to just generate a name from the premade lists.
|
||||
#define TRADER_DEFAULT_NAME "Default" //Whether to just generate a name from the premade lists.
|
||||
|
||||
@@ -355,4 +355,4 @@
|
||||
/obj/item/stack/material/phoron = TRADER_THIS_TYPE
|
||||
)
|
||||
|
||||
mob_transfer_message = "You are transported to the ORIGIN. When the transportation dizziness wears off, you find you are surrounded by Golden Deep agents..."
|
||||
mob_transfer_message = "You are transported to the ORIGIN. When the transportation dizziness wears off, you find you are surrounded by Golden Deep agents..."
|
||||
|
||||
@@ -21,4 +21,4 @@
|
||||
var/length = round(amt/100)
|
||||
duration_of_stay += length
|
||||
. = get_response("bribe_accept", "Sure, I'll stay for TIME more minutes.")
|
||||
. = replacetext(., "TIME", length)
|
||||
. = replacetext(., "TIME", length)
|
||||
|
||||
Reference in New Issue
Block a user