Skip to content

Commit

Permalink
Понизил цены на всяческие предметы.
Browse files Browse the repository at this point in the history
  • Loading branch information
SmiLeYre committed Feb 20, 2024
1 parent fc8b0c5 commit f748f09
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/game/atoms.dm
Original file line number Diff line number Diff line change
Expand Up @@ -107,9 +107,9 @@
var/list/filter_data //For handling persistent filters

///Price of an item in a vending machine, overriding the base vending machine price. Define in terms of paycheck defines as opposed to raw numbers.
var/custom_price = 100
var/custom_price = 25
///Price of an item in a vending machine, overriding the premium vending machine price. Define in terms of paycheck defines as opposed to raw numbers.
var/custom_premium_price = 500
var/custom_premium_price = 100

//List of datums orbiting this atom
var/datum/component/orbiter/orbiters
Expand Down

0 comments on commit f748f09

Please sign in to comment.