for some reason A doesn't have istype? what.

This commit is contained in:
SandPoot
2021-02-22 13:51:49 -03:00
parent 19efaba061
commit eb4fcd8a00

View File

@@ -42,7 +42,7 @@
A.GiveTarget(target)
A.friends = friends
A.faction = faction.Copy()
if(!A.istype(/mob/living/simple_animal/hostile/poison/bees/toxin))
if(!A == /mob/living/simple_animal/hostile/poison/bees/toxin)
A.my_creator = type
ranged_cooldown = world.time + ranged_cooldown_time