mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 12:07:27 +01:00
Fixes bees turning invisible when you put a collar on them
This commit is contained in:
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user