Fixes bees turning invisible when you put a collar on them

This commit is contained in:
SteelSlayer
2020-08-02 10:39:15 -05:00
parent e126d2d8cf
commit 24d3698608
@@ -95,6 +95,10 @@
for(var/mob/A in searched_for)
. += A
// All bee sprites are made up of overlays. They do not have any special sprite overlays for items placed on them, such as collars, so this proc is unneeded.
/mob/living/simple_animal/hostile/poison/bees/regenerate_icons()
return
/mob/living/simple_animal/hostile/poison/bees/proc/generate_bee_visuals()
overlays.Cut()