diff --git a/koboldsim/stats.go b/koboldsim/stats.go index a603775..3e3a283 100644 --- a/koboldsim/stats.go +++ b/koboldsim/stats.go @@ -6,7 +6,7 @@ import ( "git.chromaticdragon.app/kistaro/CardSimEngine/cardsim" ) -// KoboldMine is the state of a kobold mine. Testing changing a comment. +// KoboldMine is the state of a kobold mine. type KoboldMine struct { BasePopulation float64 `cardsim:"stathidden"`