sprite handling
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/pr/woodpecker Pipeline was successful
ci/woodpecker/pull_request_closed/woodpecker Pipeline was successful

This commit is contained in:
2026-02-21 23:06:28 +01:00
parent 4e35cd4bd3
commit 9ae6c12582
9 changed files with 100 additions and 2 deletions

View File

@@ -31,6 +31,7 @@ function Situation.apply(id)
return
end
Context.current_situation = id
situation.handle()
end