code/modules/projectiles/guns/ballistic/bows/bow_arrows.dm
/obj/item/ammo_casing/arrow | base arrow |
---|---|
/obj/projectile/bullet/arrow | base arrow projectile |
/obj/item/ammo_casing/arrow/sticky | sticky arrows |
/obj/projectile/bullet/arrow/sticky | sticky arrow projectile |
/obj/item/ammo_casing/arrow/poison | poison arrows |
/obj/projectile/bullet/arrow/poison | poison arrow projctile |
/obj/item/ammo_casing/arrow/holy | holy arrows |
/obj/projectile/bullet/arrow/holy | holy arrow projectile |
/obj/item/ammo_casing/arrow/plastic | plastic arrows |
/obj/projectile/bullet/arrow/plastic | plastic arrow projectile |
/obj/item/ammo_casing/arrow/holy/blazing | special pyre sect arrow in the future, this needs a special sprite, but bows don't support non-hardcoded arrow sprites |