From cdcd758342ac6540adb9e4639fe079f1c1e35b0d Mon Sep 17 00:00:00 2001 From: Iajret Creature <122297233+AnArgonianLizardThatStealsPRs@users.noreply.github.com> Date: Fri, 20 Oct 2023 22:13:25 +0300 Subject: [PATCH] fixes arrows to be different icons again (#24463) (#183) Co-authored-by: jjpark-kb <55967837+jjpark-kb@users.noreply.github.com> --- code/modules/projectiles/guns/ballistic/bows/bow_arrows.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/projectiles/guns/ballistic/bows/bow_arrows.dm b/code/modules/projectiles/guns/ballistic/bows/bow_arrows.dm index 9f7ab7e354c..a3bb54a07e0 100644 --- a/code/modules/projectiles/guns/ballistic/bows/bow_arrows.dm +++ b/code/modules/projectiles/guns/ballistic/bows/bow_arrows.dm @@ -21,7 +21,7 @@ /obj/item/ammo_casing/arrow/update_icon_state() . = ..() - icon_state = "[base_icon_state]" + icon_state = "[initial(icon_state)]" //SKYRAT EDIT: Original: icon_state = "[base_icon_state]" ///base arrow projectile /obj/projectile/bullet/arrow