8 lines
317 B
Plaintext
8 lines
317 B
Plaintext
/obj/item/ammo_casing/caseless/arrow
|
|
name = "wooden arrow"
|
|
desc = "An arrow made of wood, typically fired from a bow."
|
|
projectile_type = /obj/item/projectile/bullet/reusable/arrow
|
|
caliber = "arrow"
|
|
icon_state = "arrow"
|
|
throwforce = 3 //good luck hitting someone with the pointy end of the arrow
|
|
throw_speed = 3 |