Skip to content

Commit

Permalink
fixes arrows to be different icons again (#24463) (#183)
Browse files Browse the repository at this point in the history
Co-authored-by: jjpark-kb <[email protected]>
  • Loading branch information
Steals-The-PRs and jjpark-kb authored Oct 20, 2023
1 parent 186bca8 commit cdcd758
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/projectiles/guns/ballistic/bows/bow_arrows.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cdcd758

Please sign in to comment.