Skip to content

Commit

Permalink
[MIRROR] Restores Balance to the Candle Economy (#2505)
Browse files Browse the repository at this point in the history
* Restores Balance to the Candle Economy (#83240)

## About The Pull Request

Reduces the favour gain of candled from 50 to 40. This prevents infinite
free favour farming by buying 5 candles for 200 and selling them for
250.

## Why It's Good For The Game

Letting people generate free infinite resources from nothing is both
lame and a violation of the laws of thermodynamics, at least walking to
the biogenerator to make candles requires a minimal level of
effort/interaction.

## Changelog
:cl:
fix: Pyre chaplains can no longer generate infinite favour for free by
buying and selling candles. Candles now offer for 40 favour, down from
50.
/:cl:

* Restores Balance to the Candle Economy

---------

Co-authored-by: Thunder12345 <[email protected]>
Co-authored-by: NovaBot13 <[email protected]>
  • Loading branch information
3 people authored and StealsThePRs committed May 16, 2024
1 parent a0aa7b3 commit fb40d88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/religion/religion_sects.dm
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@
to_chat(user, span_notice("The candle needs to be lit to be offered!"))
return
to_chat(user, span_notice("[GLOB.deity] is pleased with your sacrifice."))
adjust_favor(50, user) //it's not a lot but hey there's a pacifist favor option at least
adjust_favor(40, user) //it's not a lot but hey there's a pacifist favor option at least
qdel(offering)
return TRUE

Expand Down

0 comments on commit fb40d88

Please sign in to comment.