mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-24 05:23:22 +01:00
Fix indentations (#17481)
* cbt * AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA * fsadffsda sad * sadfasd * jhn * dsfa * saf * safsad * sda
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user