[MIRROR] Fixes potted plants putting you above wall objects (#2754)
* Merge pull request #30676 from ShizCalev/plant-layer-fix Fixes potted plants putting you above wall objects * Fixes potted plants putting you above wall objects
This commit is contained in:
committed by
Poojawa
parent
40f5d7d4bf
commit
c6b9892dc0
@@ -267,6 +267,7 @@
|
||||
var/image/I = image(icon = 'icons/obj/flora/plants.dmi' , icon_state = src.icon_state, loc = user)
|
||||
I.override = 1
|
||||
add_alt_appearance(/datum/atom_hud/alternate_appearance/basic/everyone, "sneaking_mission", I)
|
||||
I.layer = ABOVE_MOB_LAYER
|
||||
..()
|
||||
|
||||
/obj/item/twohanded/required/kirbyplants/dropped(mob/living/user)
|
||||
|
||||
Reference in New Issue
Block a user