We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7072eb1 commit 652ed44Copy full SHA for 652ed44
1 file changed
modular_meta/features/metacoins/code/metacoin_shop.dm
@@ -79,7 +79,7 @@ GLOBAL_DATUM(metacoin_shop_controller, /datum/metacoin_shop_controller)
79
"listing_name" = "antag_token",
80
"listing_display_name" = "Antag Token",
81
"listing_display_desc" = "Guarantees one chosen antagonist role at roundstart.",
82
- "listing_price" = 500,
+ "listing_price" = 1250, // cry about it
83
"listing_typepath" = /obj/item/coin/antagtoken, // to get the display icon of ours
84
"listing_kind" = "antag_token",
85
),
0 commit comments