Skip to content

Commit

Permalink
Update SetCaptureTimeMultiplier comment
Browse files Browse the repository at this point in the history
  • Loading branch information
lL1l1 committed Mar 3, 2024
1 parent d84cf3b commit c967e51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/sim/Unit.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3949,7 +3949,7 @@ Unit = ClassUnit(moho.unit_methods, IntelComponent, VeterancyComponent) {
return 0, 0, 0
end,

--- Multiplies the time it takes to capture a unit, defaults to 1.0. Often
--- Multiplies the time the unit takes to capture others, defaults to 1.0. Often
--- used by campaign events.
---@param self Unit
---@param captureTimeMultiplier number
Expand Down

0 comments on commit c967e51

Please sign in to comment.