mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 20:48:56 +01:00
fixes arrows to be different icons again (#24463)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user