Skip to content

Fix sleep fatigue bug

seditionist requested to merge seditionist/core:sleep-bug-fix into develop

Add addOrUpdate method to GameEventHandler/GameTickEventStore that replaces duplicate event if existing event is stopped.

Resolves #3369 (closed)

This could also be applied in AttackHandler to more cleanly fix #3236 (closed). Added TODO comments to address when time permits required testing.

Merge request reports