[MIRROR] Fixes picked up bees, again (#1859)

* Fixes picked up bees, again (#55053)

Bees don't actually have a set icon state, their entire existence is their mutable appearance. This creates problems when something checks for the bee's icon state, like mob_holders. So, this PR sets their icon_state to the corresponding base bee icon on initialization. Visually identical to before, because the overlays / mutable appearance covers it, but their icon_state is no longer null.

* Fixes picked up bees, again

Co-authored-by: MrMelbert <51863163+MrMelbert@users.noreply.github.com>
This commit is contained in:
SkyratBot
2020-11-26 23:18:50 +00:00
committed by GitHub
co-authored by MrMelbert
parent 67a9fd3a45
commit 7e41bd29be
@@ -122,6 +122,7 @@
if(beegent?.color)
col = beegent.color
icon_state = "[icon_base]_base"
add_overlay("[icon_base]_base")
var/static/mutable_appearance/greyscale_overlay