mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 18:53:06 +00:00
Tommygun now Tommy Gun (#5875)
* Tommygun now Tommy Gun https://github.com/PolarisSS13/Polaris/pull/5837 * Corrects sprite names I figure this can stay as it is.
This commit is contained in:
@@ -106,7 +106,7 @@
|
||||
initial_ammo = 0
|
||||
|
||||
/obj/item/ammo_magazine/m45tommy
|
||||
name = "tommygun magazine (.45)"
|
||||
name = "Tommy Gun magazine (.45)"
|
||||
icon_state = "tommy-mag"
|
||||
mag_type = MAGAZINE
|
||||
ammo_type = /obj/item/ammo_casing/a45
|
||||
@@ -115,14 +115,14 @@
|
||||
max_ammo = 20
|
||||
|
||||
/obj/item/ammo_magazine/m45tommy/ap
|
||||
name = "tommygun magazine (.45 AP)"
|
||||
name = "Tommy Gun magazine (.45 AP)"
|
||||
ammo_type = /obj/item/ammo_casing/a45/ap
|
||||
|
||||
/obj/item/ammo_magazine/m45tommy/empty
|
||||
initial_ammo = 0
|
||||
|
||||
/obj/item/ammo_magazine/m45tommydrum
|
||||
name = "tommygun drum magazine (.45)"
|
||||
name = "Tommy Gun drum magazine (.45)"
|
||||
icon_state = "tommy-drum"
|
||||
w_class = ITEMSIZE_NORMAL // Bulky ammo doesn't fit in your pockets!
|
||||
mag_type = MAGAZINE
|
||||
@@ -132,7 +132,7 @@
|
||||
max_ammo = 50
|
||||
|
||||
/obj/item/ammo_magazine/m45tommydrum/ap
|
||||
name = "tommygun drum magazine (.45 AP)"
|
||||
name = "Tommy Gun drum magazine (.45 AP)"
|
||||
ammo_type = /obj/item/ammo_casing/a45/ap
|
||||
|
||||
/obj/item/ammo_magazine/m45tommydrum/empty
|
||||
|
||||
Reference in New Issue
Block a user