mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 12:41:09 +01:00
Fixes some Alternate Appearance issues (#19258)
Fixes Alternate Appearances clobbering each other Fixes Viewed Alternate Appearances not being cleared out during an atom's Destroy() Fixes Kor's AA plants. properly removes viewing_alternate_appearances AAs
This commit is contained in:
@@ -236,7 +236,7 @@
|
||||
throw_speed = 2
|
||||
throw_range = 4
|
||||
|
||||
/obj/item/weapon/twohanded/flora/kirbyplants/equipped(mob/living/user)
|
||||
/obj/item/weapon/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, player_list)
|
||||
|
||||
Reference in New Issue
Block a user