Breaking items for residents and basket collection improved. Time for catching fish adjusted.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user