mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-27 10:32:08 +00:00
Added a blank 5.56 projectile and box (#15401)
This commit is contained in:
@@ -341,6 +341,11 @@
|
||||
icon_state = "5.56APc"
|
||||
ammo_type = /obj/item/ammo_casing/a556/polymer
|
||||
|
||||
/obj/item/ammo_magazine/a556/carbine/blank
|
||||
name = "carbine magazine (5.56mm blank)"
|
||||
icon_state = "5.56c_practice"
|
||||
ammo_type = /obj/item/ammo_casing/a556/blank
|
||||
|
||||
/obj/item/ammo_magazine/a556/makeshift
|
||||
name = "makeshift magazine (5.56mm)"
|
||||
icon_state = "5.56m"
|
||||
|
||||
@@ -258,6 +258,10 @@
|
||||
desc = "A 5.56mm polymer bullet casing."
|
||||
projectile_type = /obj/item/projectile/bullet/rifle/a556/polymer
|
||||
|
||||
/obj/item/ammo_casing/a556/blank
|
||||
desc = "A 5.56mm blank casing."
|
||||
projectile_type = /obj/item/projectile/bullet/blank
|
||||
|
||||
/obj/item/ammo_casing/rocket
|
||||
name = "rocket shell"
|
||||
desc = "A high explosive designed to be fired from a launcher."
|
||||
|
||||
Reference in New Issue
Block a user