Skip to content

Commit

Permalink
proper power usage defines
Browse files Browse the repository at this point in the history
  • Loading branch information
Absolucy committed Apr 12, 2024
1 parent abdfdae commit 622fadb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions monkestation/code/modules/slimecore/machines/slime_market.dm
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
base_icon_state = "market_pad"
density = TRUE
use_power = IDLE_POWER_USE
idle_power_usage = 10
active_power_usage = 2000
idle_power_usage = BASE_MACHINE_IDLE_CONSUMPTION
active_power_usage = BASE_MACHINE_ACTIVE_CONSUMPTION
circuit = /obj/item/circuitboard/machine/slime_market_pad
var/obj/machinery/computer/slime_market/console

Expand Down

0 comments on commit 622fadb

Please sign in to comment.