mirror of
https://github.com/Aurorastation/Aurora-Old.git
synced 2026-08-24 05:06:16 +01:00
Bumps SMG bullets to something not stupid.
18 per gun. 36 per box. Not 30. Die.
This commit is contained in:
@@ -67,7 +67,7 @@
|
||||
icon_state = "9mm"
|
||||
origin_tech = "combat=2"
|
||||
ammo_type = "/obj/item/ammo_casing/c9mm"
|
||||
max_ammo = 30
|
||||
max_ammo = 36
|
||||
|
||||
|
||||
|
||||
@@ -76,7 +76,7 @@
|
||||
icon_state = "9mm"
|
||||
origin_tech = "combat=2"
|
||||
ammo_type = "/obj/item/ammo_casing/c45"
|
||||
max_ammo = 30
|
||||
max_ammo = 32
|
||||
|
||||
|
||||
|
||||
@@ -149,4 +149,37 @@
|
||||
icon_state = "45"
|
||||
ammo_type = "/obj/item/ammo_casing/chameleon"
|
||||
max_ammo = 0
|
||||
multiple_sprites = 1
|
||||
multiple_sprites = 1
|
||||
/*
|
||||
// Tried to steal these from Para. They're kind of funky.
|
||||
|
||||
/obj/item/ammo_magazine/a12mm
|
||||
name = "Ammunition Box (12mm)"
|
||||
icon_state = "9mm"
|
||||
origin_tech = "combat=2"
|
||||
ammo_type = "/obj/item/ammo_casing/a12mm"
|
||||
max_ammo = 40
|
||||
|
||||
/obj/item/ammo_magazine/shotgun
|
||||
name = "Ammunition Box (slug)"
|
||||
icon_state = "9mm"
|
||||
origin_tech = "combat=2"
|
||||
ammo_type = "/obj/item/ammo_casing/shotgun"
|
||||
max_ammo = 8
|
||||
m_amt = 100000
|
||||
|
||||
/obj/item/ammo_magazine/shotgun/buck
|
||||
name = "Ammunition Box (buckshot)"
|
||||
ammo_type = "/obj/item/ammo_casing/buck"
|
||||
|
||||
/obj/item/ammo_magazine/shotgun/stun
|
||||
name = "Ammunition Box (stun shells)"
|
||||
ammo_type = "/obj/item/ammo_casing/stunshell"
|
||||
m_amt = 20000
|
||||
|
||||
/obj/item/ammo_magazine/shotgun/beanbag
|
||||
name = "Ammunition Box (beanbag shells)"
|
||||
ammo_type = "/obj/item/ammo_casing/beanbag"
|
||||
m_amt = 4000
|
||||
|
||||
*/
|
||||
Reference in New Issue
Block a user