Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
EgorDinamit committed Feb 9, 2024
1 parent 92d7d88 commit 6481cf2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion code/modules/item_worth/worths_list.dm
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ var/list/worths = list(
/obj/item/welder_tank/large = 150,
/obj/item/welder_tank/huge = 250,
/obj/item/welder_tank/experimental = 500,
/obj/item/welder_tank = 100
/obj/item/welder_tank = 100,
/obj/item/crowbar = 10,
/obj/item/beartrap = 35,
/obj/item/nullrod = 60,
Expand Down
1 change: 0 additions & 1 deletion code/modules/trading_stations/_trading_station.dm
Original file line number Diff line number Diff line change
Expand Up @@ -310,4 +310,3 @@
return 3.0
else
return 1.0
return 1.0

0 comments on commit 6481cf2

Please sign in to comment.