mirror of
https://github.com/KabKebab/GS13.git
synced 2026-07-16 02:17:19 +01:00
24 lines
686 B
Plaintext
24 lines
686 B
Plaintext
/obj/item/ammo_box/foambox/tag
|
|
name = "ammo box (Lastag Foam Darts)"
|
|
icon = 'icons/obj/guns/toy.dmi'
|
|
icon_state = "foambox"
|
|
ammo_type = /obj/item/ammo_casing/caseless/foam_dart/tag
|
|
max_ammo = 40
|
|
color = "#FF00FF"
|
|
|
|
/obj/item/ammo_box/foambox/tag/red
|
|
name = "ammo box (Lastag Red Foam Darts)"
|
|
icon = 'icons/obj/guns/toy.dmi'
|
|
icon_state = "foambox"
|
|
ammo_type = /obj/item/ammo_casing/caseless/foam_dart/tag/red
|
|
max_ammo = 40
|
|
color = "#FF0000"
|
|
|
|
/obj/item/ammo_box/foambox/tag/blue
|
|
name = "ammo box (Lastag Blue Foam Darts)"
|
|
icon = 'icons/obj/guns/toy.dmi'
|
|
icon_state = "foambox"
|
|
ammo_type = /obj/item/ammo_casing/caseless/foam_dart/tag/blue
|
|
max_ammo = 40
|
|
color = "#0000FF"
|