mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-30 16:47:13 +01:00
Reversed an unintentional change to golem trigger guard prices (#71846)
## About The Pull Request #71023 raised the price of golem trigger guards from 1700 to 17500, this was not documented and appears to be an unintentional change. ## Why It's Good For The Game Golems should realistically be able to afford their own gear and accidental change bad. ## Changelog 🆑 fix: The golem trigger guard scalping situation has improved and golems can now once again purchase trigger guards at market rate. /🆑
This commit is contained in:
@@ -27,7 +27,7 @@
|
||||
|
||||
/datum/orderable_item/golem/trigger_guard
|
||||
item_path = /obj/item/borg/upgrade/modkit/trigger_guard
|
||||
cost_per_order = 17500
|
||||
cost_per_order = 1700
|
||||
|
||||
/datum/orderable_item/golem/rnd_boards
|
||||
item_path = /obj/item/storage/box/rndboards
|
||||
|
||||
Reference in New Issue
Block a user