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
+4 -4
View File
@@ -80,9 +80,9 @@
description = "%BOSSNAME is in need of a bundle of fresh fruit. Send your best!"
required_count = 12
random_count = 3
produce_picks = list(/datum/seed/tomato,
/datum/seed/berry,
/datum/seed/apple,
produce_picks = list(/datum/seed/tomato,
/datum/seed/berry,
/datum/seed/apple,
/datum/seed/grapes,
/datum/seed/banana,
/datum/seed/watermelon,
@@ -105,4 +105,4 @@
description = "%BOSSNAME is in need of some fresh tobacco leaves. Send your best!"
required_count = 10
random_count = 2
produce_picks = list(/datum/seed/tobacco)
produce_picks = list(/datum/seed/tobacco)
+1 -1
View File
@@ -34,7 +34,7 @@
/datum/bounty/item/phoron_sheet/New()
..()
required_count = round(required_count, 10)
//Overwrite the normal price randomization because the random_count is so high. There would be absolutely nuts price fluctuation.
//Overwrite the normal price randomization because the random_count is so high. There would be absolutely nuts price fluctuation.
reward = round(rand(reward_low, reward_high), 100)
/datum/bounty/item/phoron_sheet/ship(var/obj/item/stack/material/phoron/O)