mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2025-12-16 04:43:02 +00:00
* Laser Tag Darts. Darts that are compatable with the laser tag system * Lastag Ammo Boxes. Autoylathe Update. * Final bug fixes.
14 lines
618 B
Plaintext
14 lines
618 B
Plaintext
/obj/item/ammo_casing/caseless/foam_dart/tag
|
|
name = "lastag foam dart"
|
|
desc = "Foam darts fitted with special lights. Compatible with existing laser tag systems. Ages 8 and up."
|
|
color = "#FF00FF"
|
|
projectile_type = /obj/item/projectile/bullet/reusable/foam_dart/tag
|
|
/obj/item/ammo_casing/caseless/foam_dart/tag/red
|
|
name = "lastag red foam dart"
|
|
color = "#FF0000"
|
|
projectile_type = /obj/item/projectile/bullet/reusable/foam_dart/tag/red
|
|
/obj/item/ammo_casing/caseless/foam_dart/tag/blue
|
|
name = "lastag blue foam dart"
|
|
color = "#0000FF"
|
|
projectile_type = /obj/item/projectile/bullet/reusable/foam_dart/tag/blue
|