mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 03:57:13 +01:00
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:
@@ -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)
|
||||
..()
|
||||
|
||||
Reference in New Issue
Block a user