From befa33a7741f0ab95b614eb891bcddde24d42f12 Mon Sep 17 00:00:00 2001 From: ynot01 Date: Mon, 27 Feb 2023 20:27:30 -0500 Subject: [PATCH] Update items.dm --- code/game/objects/items.dm | 3 --- 1 file changed, 3 deletions(-) diff --git a/code/game/objects/items.dm b/code/game/objects/items.dm index 8496c977f0ec..cac69751597c 100644 --- a/code/game/objects/items.dm +++ b/code/game/objects/items.dm @@ -930,7 +930,6 @@ GLOBAL_DATUM_INIT(welding_sparks, /mutable_appearance, mutable_appearance('icons var/image/pickup_animation = image(icon = src, loc = loc, layer = layer + 0.1) pickup_animation.plane = GAME_PLANE pickup_animation.transform.Scale(0.75) - pickup_animation.appearance_flags = APPEARANCE_UI_IGNORE_ALPHA var/turf/current_turf = get_turf(src) var/direction = get_dir(current_turf, target) @@ -1004,8 +1003,6 @@ GLOBAL_DATUM_INIT(welding_sparks, /mutable_appearance, mutable_appearance('icons // Scale the icon. attack_image.transform *= 0.4 - // The icon should not rotate. - attack_image.appearance_flags = APPEARANCE_UI // Set the direction of the icon animation. var/direction = get_dir(src, attacked_atom)