mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-26 22:50:26 +01:00
[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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user