Fix indentations (#17481)

* cbt

* AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA

* fsadffsda sad

* sadfasd

* jhn

* dsfa

* saf

* safsad

* sda
This commit is contained in:
Fluffy
2023-10-05 10:15:58 +00:00
committed by GitHub
parent 032853824d
commit 4538e2a7cc
471 changed files with 2670 additions and 2597 deletions
@@ -448,7 +448,7 @@
if(M.chem_doses[type] >= 1)
if(prob(3))
to_chat(M, SPAN_GOOD(pick("Stress was an inconvenience that you are now free of.", "You lose all sense of connection to the real world.", "Everything is so tranquil.", "You feel totaly detached from reality.", "Your feel disconnected from your body.", "You are aware of nothing but your conscious thoughts.", "You keep falling... and falling... and falling - never stopping.", "Is this what it feels like to be dead?", "Your memories are hazy... all you have ever known is this feeling.", "You're watching yourself from afar - detached from your physical body.")))
/singleton/reagent/joy/overdose(var/mob/living/carbon/M, var/alien, var/removed = 0, var/datum/reagents/holder)
M.ear_deaf = 20
M.add_chemical_effect(CE_EMETIC, M.chem_doses[type])
@@ -1810,15 +1810,15 @@
glass_center_of_mass = list("x"=15, "y"=9)
/singleton/reagent/drink/coffee/ration
name = "Ration Coffee"
description = "Watered-down coffee. One cup now becomes four!"
color = "#664300" // rgb: 102, 67, 0
taste_description = "weak, watered-down coffee"
name = "Ration Coffee"
description = "Watered-down coffee. One cup now becomes four!"
color = "#664300" // rgb: 102, 67, 0
taste_description = "weak, watered-down coffee"
glass_icon_state = "hot_coffee"
glass_name = "glass of ration coffee"
glass_desc = "Coffee, watered-down."
glass_center_of_mass = list("x"=15, "y"=9)
glass_icon_state = "hot_coffee"
glass_name = "glass of ration coffee"
glass_desc = "Coffee, watered-down."
glass_center_of_mass = list("x"=15, "y"=9)
/singleton/reagent/drink/coffee/freddo_espresso
name = "Freddo Espresso"
@@ -1607,7 +1607,7 @@
/singleton/reagent/kilosemine
name = "Kilosemine"
description = "An illegal stimulant, known by specialists for its properties that somehow mix the effects of Synaptizine and Hyperzine without the immediate side \
effects. It is unknown how and where this chemical was created; some speculate that it was created in Fisanduh for use by radical terrorist cells."
effects. It is unknown how and where this chemical was created; some speculate that it was created in Fisanduh for use by radical terrorist cells."
reagent_state = SOLID
scannable = TRUE
color = "#EE4B2B"
@@ -1640,7 +1640,7 @@
var/mob/living/carbon/human/H = M
if(prob(H.chem_doses[type] / 2))
to_chat(H, SPAN_WARNING(pick("You feel like you're on limited time...", "Something in the left side of your chest feels like it's bursting!",
"You feel like today is your last day, and you should make it count...")))
"You feel like today is your last day, and you should make it count...")))
if(prob(H.chem_doses[type] / 3))
if(prob(75))
H.emote(pick("twitch", "shiver"))
+12 -12
View File
@@ -857,15 +857,15 @@
return
/datum/chemical_reaction/uraniumsolidification
name = "Uranium"
id = "soliduranium"
result = null
required_reagents = list(/singleton/reagent/potassium = 5, /singleton/reagent/frostoil = 5, /singleton/reagent/uranium = 20)
result_amount = 1
name = "Uranium"
id = "soliduranium"
result = null
required_reagents = list(/singleton/reagent/potassium = 5, /singleton/reagent/frostoil = 5, /singleton/reagent/uranium = 20)
result_amount = 1
/datum/chemical_reaction/uraniumsolidification/on_reaction(var/datum/reagents/holder, var/created_volume)
new /obj/item/stack/material/uranium(get_turf(holder.my_atom), created_volume)
return
new /obj/item/stack/material/uranium(get_turf(holder.my_atom), created_volume)
return
/* Grenade reactions */
@@ -2403,11 +2403,11 @@
result_amount = 2
/datum/chemical_reaction/drink/ration_coffee
name = "Ration Coffee"
id = "ration_coffee"
result = /singleton/reagent/drink/coffee/ration
required_reagents = list(/singleton/reagent/drink/coffee = 2, /singleton/reagent/water = 1)
result_amount = 3
name = "Ration Coffee"
id = "ration_coffee"
result = /singleton/reagent/drink/coffee/ration
required_reagents = list(/singleton/reagent/drink/coffee = 2, /singleton/reagent/water = 1)
result_amount = 3
/datum/chemical_reaction/drink/soy_latte
name = "Soy Latte"
@@ -14,7 +14,7 @@
var/icon_state_active = "dispenser_active"
/// Set to a list of types to spawn one of each on New().
var/list/spawn_cartridges
/// Associative, label -> cartridge.
/// Associative, label -> cartridge.
var/list/cartridges = list()
///Current container.
var/obj/item/reagent_containers/container
@@ -20,9 +20,9 @@
drop_sound = 'sound/items/drop/soda.ogg'
pickup_sound = 'sound/items/pickup/soda.ogg'
desc_info = "Click it in your hand to open it.\
If it's carbonated and closed, you can shake it by clicking on it with harm intent. \
If it's empty, you can crush it on your forehead by selecting your head and clicking on yourself with harm intent. \
You can also crush cans on other people's foreheads as well."
If it's carbonated and closed, you can shake it by clicking on it with harm intent. \
If it's empty, you can crush it on your forehead by selecting your head and clicking on yourself with harm intent. \
You can also crush cans on other people's foreheads as well."
/obj/item/reagent_containers/food/drinks/cans/attack(mob/living/M, mob/user, var/target_zone)
if(iscarbon(M) && !reagents.total_volume && user.a_intent == I_HURT && target_zone == BP_HEAD)
@@ -245,11 +245,11 @@
w_class = ITEMSIZE_SMALL
#define DRINK_FLUFF_GETMORE "This drink is made by Getmore Corporation, a subsidiary of NanoTrasen. It mostly specializes in fast food and consumer food products, \
but also makes average quality alcohol. Many can find Getmore products in grocery stores, vending machines, \
and fast food restaurants all under the Getmore brand."
but also makes average quality alcohol. Many can find Getmore products in grocery stores, vending machines, \
and fast food restaurants all under the Getmore brand."
#define DRINK_FLUFF_ZENGHU "This drink is made by Zeng-Hu Pharmaceuticals, a trans-stellar medical research and pharmaceutical conglomerate that has heavy ties with Skrell. \
With a big genetics and xenobiology division, it has also revolutionized the production of some old Terran alcohol."
With a big genetics and xenobiology division, it has also revolutionized the production of some old Terran alcohol."
#define DRINK_FLUFF_SILVERPORT "This drink is made by Silverport Quality Brand, an Idris subsidiary that focuses on production of expensive, extremely high-quality drinks. \
Its facilities can be found on both Silversun and Venus, but the Cytherean part of Venus are its main consumers. \
@@ -329,7 +329,7 @@
name = "Nojosuru Aromatic Bitters"
desc = "Only the finest and highest quality herbs find their way into our cocktail bitters, both human <i>and</i> skrellian."
desc_extended = "This drink is made by Nojosuru Foods, a subsidiary of Zeng-Hu Pharmaceuticals, founded on Earth in 2252. \
They are known for their surprisingly affordable and incredible quality foods, as well as growing many crops used in pharmaceuticals and luxury items."
They are known for their surprisingly affordable and incredible quality foods, as well as growing many crops used in pharmaceuticals and luxury items."
icon_state = "bitters"
center_of_mass = list("x"=16, "y"=9)
reagents_to_add = list(/singleton/reagent/alcohol/bitters = 40)
@@ -415,13 +415,13 @@
/obj/item/reagent_containers/food/drinks/bottle/champagne/open(mob/user, var/sabrage, var/froth_severity)
if(!sabrage)
user.visible_message(SPAN_DANGER("[user] loosens the cork of [src] causing it to pop out of the bottle with great force."), \
SPAN_GOOD("You elegantly loosen the cork of [src] causing it to pop out of the bottle with great force."), \
"You can hear a pop.")
SPAN_GOOD("You elegantly loosen the cork of [src] causing it to pop out of the bottle with great force."), \
"You can hear a pop.")
else
sabraged = TRUE
user.visible_message(SPAN_DANGER("[user] cleanly slices off the cork of [src], causing it to fly off the bottle with great force."), \
SPAN_GOOD("You elegantly slice the cork off of [src], causing it to fly off the bottle with great force."), \
"You can hear a pop.")
SPAN_GOOD("You elegantly slice the cork off of [src], causing it to fly off the bottle with great force."), \
"You can hear a pop.")
playsound(src, 'sound/items/champagne_pop.ogg', 70, TRUE)
flags |= OPENCONTAINER
update_icon()
@@ -129,4 +129,3 @@
icon_state = "goblet"
icon = 'icons/obj/drink_glasses/goblet.dmi'
volume = 25