update fork (again) #8

Merged
chmodsayshello merged 2270 commits from VoxeLibre/VoxeLibre:master into master 2023-01-06 20:13:54 +01:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 27ac333878 - Show all commits

View File

@ -2049,7 +2049,7 @@ local monster_attack = function(self)
player = obj.object
name = obj.name or ""
end
if obj.type = self.type and obj.passive == false and obj.state == "attack" and obj.attack then
if obj.type == self.type and obj.passive == false and obj.state == "attack" and obj.attack then
table.insert(blacklist_attack, obj.attack)
end
end