From abd612c15799f604e671e83dc7c410ed2b44185f Mon Sep 17 00:00:00 2001 From: historia <[not public]> Date: Thu, 25 Jun 2026 15:40:48 -0400 Subject: slop refactor --- internal/combat/doc.go | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 internal/combat/doc.go (limited to 'internal/combat/doc.go') diff --git a/internal/combat/doc.go b/internal/combat/doc.go new file mode 100644 index 0000000..aac6f32 --- /dev/null +++ b/internal/combat/doc.go @@ -0,0 +1,4 @@ +// Package combat tracks in-progress combat engagements (one player per mob) +// and provides the classic attack-roll, hit-chance, and damage formulas. The +// Tracker struct replaces the previous package-level globals. +package combat -- cgit v1.2.3