aboutsummaryrefslogtreecommitdiff
path: root/internal/game/sys_triggers.go
AgeCommit message (Collapse)Author
2026-07-10feat(admin): better toggle on trigger page, removed irrelevant value field ↵historia
for clarity
2026-07-10feat(admin): add triggers to rooms, add global triggershistoria
2026-07-09feat: old standalone trigger systems completely unified into ↵historia
trigger->condition->action system
2026-07-09refactor: simplify yaml, remove support for old scalar fieldshistoria
2026-07-08feat: unify on use, on look, and on kill. all support same ↵historia
conditions/actions now.
2026-07-07rename flags to global_flags (differentiate from player_flags)historia
2026-07-01fix: combat formulas and mob attack types (mobs switch attack styles if ↵historia
safespotting)
2026-06-29feat: migrated map (and bfs) to full 3D instead of individual 2D maps on ↵historia
different planes.