[MIRROR] Fixes the issue of potted plants not having their overlays when picked up/equipped. (#2822)
* Fixes the issue of potted plants not having their overlays when picked up/equipped. * Fixes the issue of potted plants not having their overlays when picked up/equipped.
This commit is contained in:
committed by
Poojawa
parent
8ee586d3a1
commit
29a2309f70
@@ -265,6 +265,7 @@
|
||||
|
||||
/obj/item/twohanded/required/kirbyplants/equipped(mob/living/user)
|
||||
var/image/I = image(icon = 'icons/obj/flora/plants.dmi' , icon_state = src.icon_state, loc = user)
|
||||
I.copy_overlays(src)
|
||||
I.override = 1
|
||||
add_alt_appearance(/datum/atom_hud/alternate_appearance/basic/everyone, "sneaking_mission", I)
|
||||
I.layer = ABOVE_MOB_LAYER
|
||||
|
||||
Reference in New Issue
Block a user