mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 18:53:06 +00:00
Formatting
This commit is contained in:
@@ -166,8 +166,8 @@
|
|||||||
w_class = 2
|
w_class = 2
|
||||||
|
|
||||||
/obj/item/weapon/gun/projectile/pirate
|
/obj/item/weapon/gun/projectile/pirate
|
||||||
name = "zip gun"
|
name = "zipgun"
|
||||||
desc = "Little more than a barrel, handle, and firing mechanism, makeshift firearms like this are not uncommon in the frontier systems."
|
desc = "Little more than a barrel, handle, and firing mechanism, cheap makeshift firearms like this one are not uncommon in frontier systems."
|
||||||
icon_state = "sawnshotgun"
|
icon_state = "sawnshotgun"
|
||||||
item_state = "sawnshotgun"
|
item_state = "sawnshotgun"
|
||||||
handle_casings = CYCLE_CASINGS //player has to take the old casing out manually before reloading
|
handle_casings = CYCLE_CASINGS //player has to take the old casing out manually before reloading
|
||||||
@@ -175,20 +175,20 @@
|
|||||||
max_shells = 1 //literally just a barrel
|
max_shells = 1 //literally just a barrel
|
||||||
|
|
||||||
var/global/list/ammo_types = list(
|
var/global/list/ammo_types = list(
|
||||||
/obj/item/ammo_casing/a357 = ".357",
|
/obj/item/ammo_casing/a357 = ".357",
|
||||||
/obj/item/ammo_casing/c9mmf = "9mm",
|
/obj/item/ammo_casing/c9mmf = "9mm",
|
||||||
/obj/item/ammo_casing/c45f = ".45",
|
/obj/item/ammo_casing/c45f = ".45",
|
||||||
/obj/item/ammo_casing/a12mm = "12mm",
|
/obj/item/ammo_casing/a12mm = "12mm",
|
||||||
/obj/item/ammo_casing/shotgun = "12 gauge",
|
/obj/item/ammo_casing/shotgun = "12 gauge",
|
||||||
/obj/item/ammo_casing/shotgun = "12 gauge",
|
/obj/item/ammo_casing/shotgun = "12 gauge",
|
||||||
/obj/item/ammo_casing/shotgun/pellet = "12 gauge",
|
/obj/item/ammo_casing/shotgun/pellet = "12 gauge",
|
||||||
/obj/item/ammo_casing/shotgun/pellet = "12 gauge",
|
/obj/item/ammo_casing/shotgun/pellet = "12 gauge",
|
||||||
/obj/item/ammo_casing/shotgun/pellet = "12 gauge",
|
/obj/item/ammo_casing/shotgun/pellet = "12 gauge",
|
||||||
/obj/item/ammo_casing/shotgun/beanbag = "12 gauge",
|
/obj/item/ammo_casing/shotgun/beanbag = "12 gauge",
|
||||||
/obj/item/ammo_casing/shotgun/stunshell = "12 gauge",
|
/obj/item/ammo_casing/shotgun/stunshell = "12 gauge",
|
||||||
/obj/item/ammo_casing/shotgun/flash = "12 gauge",
|
/obj/item/ammo_casing/shotgun/flash = "12 gauge",
|
||||||
/obj/item/ammo_casing/a762 = "7.62mm",
|
/obj/item/ammo_casing/a762 = "7.62mm",
|
||||||
/obj/item/ammo_casing/a556 = "5.56mm",
|
/obj/item/ammo_casing/a556 = "5.56mm"
|
||||||
)
|
)
|
||||||
|
|
||||||
/obj/item/weapon/gun/projectile/pirate/New()
|
/obj/item/weapon/gun/projectile/pirate/New()
|
||||||
|
|||||||
Reference in New Issue
Block a user