From e45c5b3711d5b58fa1ea045ef8e66122d0af1057 Mon Sep 17 00:00:00 2001 From: Rakeela <32042842+Rakeela@users.noreply.github.com> Date: Fri, 27 Sep 2024 15:45:34 -0700 Subject: [PATCH] Test change We'll see if this just works. --- koboldsim/stats.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"`