Fixes one-handed plant-people (#15532)

* Removes one-handed plant-people

* Unbreaking things

* Going too fast for my own good

* Alright, this time I actually checked all

* Let's just remove all unrelated changes

* mochi's suggestions

Co-authored-by: Gatchapod <Gatchapod@users.noreply.github.com>
This commit is contained in:
Gatchapod
2021-03-28 12:42:50 +01:00
committed by GitHub
co-authored by Gatchapod
parent 0b74b9e31f
commit 2ef3e3a07c
+4 -3
View File
@@ -223,9 +223,10 @@
/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.override = 1
user.add_alt_appearance("sneaking_mission", I, GLOB.player_list)
if(wielded)
var/image/I = image(icon, user, icon_state)
I.override = TRUE
user.add_alt_appearance("sneaking_mission", I, GLOB.player_list)
/obj/item/twohanded/required/kirbyplants/dropped(mob/living/user)
..()