Skip to content

Commit

Permalink
--debug
Browse files Browse the repository at this point in the history
  • Loading branch information
fira committed Dec 2, 2023
1 parent 19f1fb3 commit da3cc84
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion code/game/gamemodes/cm_initialize.dm
Original file line number Diff line number Diff line change
Expand Up @@ -953,7 +953,6 @@ Additional game mode variables.
gear_scale += delta * (0.25 + 0.75 / (1 + ROUND_TIME / 20000)) / MARINE_GEAR_SCALING_NORMAL
var/gear_delta = gear_scale - gear_scale_max
if(gear_delta > 0)
log_debug("SUPPLY DEBUG - gear_scale increasing from [gear_scale_max] to [gear_scale]") // FIXME Remove this
gear_scale_max = gear_scale
for(var/obj/structure/machinery/cm_vending/sorted/vendor as anything in GLOB.cm_vending_vendors)
vendor.update_dynamic_stock(gear_scale_max)
Expand Down

0 comments on commit da3cc84

Please sign in to comment.