diff --git a/koboldsim/stats.go b/koboldsim/stats.go index 3e3a283..a603775 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. +// KoboldMine is the state of a kobold mine. Testing changing a comment. type KoboldMine struct { BasePopulation float64 `cardsim:"stathidden"`