Skip to content

Commit

Permalink
Merge pull request #1248 from feliniddotexe/infinitemoneyglitch
Browse files Browse the repository at this point in the history
Fixes Merchant infinite money glitch
  • Loading branch information
Lutowski authored Jan 19, 2025
2 parents d63327a + 3cdf097 commit e5461ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/cargo/packsrogue/luxury.dm
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@

/datum/supply_pack/rogue/luxury/riddleofsteel
name = "Riddle of Steel"
cost = 400
cost = 500
contains = list(/obj/item/riddleofsteel)

/datum/supply_pack/rogue/luxury/polishing_kit
Expand Down

0 comments on commit e5461ae

Please sign in to comment.