Bumps SMG bullets to something not stupid.

18 per gun.  36 per box.  Not 30.  Die.
This commit is contained in:
Duck-
2014-08-14 01:20:26 -04:00
parent 68295719f1
commit e87b5cc224
3 changed files with 44 additions and 3 deletions
+36 -3
View File
@@ -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
*/