Breaking items for residents and basket collection improved. Time for catching fish adjusted.

This commit is contained in:
Storm Dragon
2026-02-01 12:35:02 -05:00
parent f675db3161
commit e1928a1039
6 changed files with 29 additions and 7 deletions

View File

@@ -122,6 +122,10 @@ bool can_undead_attack_player(Undead@ undead) {
return false;
}
if (fylgjaCharging) {
return false;
}
if (abs(undead.position - x) > 1) {
return false;
}