aboutsummaryrefslogtreecommitdiff
path: root/internal/game/login_char.go
diff options
context:
space:
mode:
authorhistoria <[not public]>2026-06-19 02:18:53 -0400
committerhistoria <[not public]>2026-06-19 02:18:53 -0400
commit86aec0e14eb6fec0a39d742bab1761dad8d7012c (patch)
treeaa0d9511c73ed86ffebc5de5ab862a62afd730f8 /internal/game/login_char.go
parent458916fb78dcef3ff77cb29b7ba98d9f646819fc (diff)
downloadthehouseoficarus-86aec0e14eb6fec0a39d742bab1761dad8d7012c.tar.gz
feat: hostile mobs, equipment prereqs
Diffstat (limited to 'internal/game/login_char.go')
-rw-r--r--internal/game/login_char.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/game/login_char.go b/internal/game/login_char.go
index 82065d3..84f146b 100644
--- a/internal/game/login_char.go
+++ b/internal/game/login_char.go
@@ -98,6 +98,7 @@ func (g *Game) connectCharacter(sess *net.Session, name string) {
}
g.doLook(sess)
+ g.checkAggro(sess)
sess.Write("\r\n> ")
}