mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-14 12:13:06 +00:00
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Raeschen <rycoop29@gmail.com> Co-authored-by: Raeschen <Raeschen@users.noreply.github.com> Co-authored-by: FluffMedic <109300046+FluffMedic@users.noreply.github.com> Co-authored-by: Victor Zisthus <56660717+VictorZisthus@users.noreply.github.com> Co-authored-by: Razgriz1032 <Razgriz1032@users.noreply.github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: CHOMPStation2 <58959929+CHOMPStation2@users.noreply.github.com> Co-authored-by: Heroman3003 <31296024+Heroman3003@users.noreply.github.com> Co-authored-by: CHOMPStation2 <chompsation2@gmail.com> Co-authored-by: purplefoxy27 <38367315+purplefoxy27@users.noreply.github.com> Co-authored-by: Casey <a.roaming.shadow@gmail.com>
15 lines
616 B
Plaintext
15 lines
616 B
Plaintext
/obj/item/weapon/gun/projectile/revolver/slab
|
|
name = "slab revolver"
|
|
desc = "No coins. Cope."
|
|
caliber = "14.5mm" //This will ultrakill anything in front of it
|
|
ammo_type = /obj/item/ammo_casing/a145
|
|
projectile_type = /obj/item/projectile/bullet/rifle/a145
|
|
icon_state = "ukr"
|
|
item_state = "ukr"
|
|
icon = 'modular_chomp/icons/obj/guns/altmarksman/altmarksman.dmi'
|
|
fire_sound = 'modular_chomp/sound/weapons/marksmanalt.ogg'
|
|
item_icons = list(
|
|
slot_l_hand_str = 'modular_chomp/icons/obj/guns/altmarksman/lefthand_guns.dmi',
|
|
slot_r_hand_str = 'modular_chomp/icons/obj/guns/altmarksman/righthand_guns.dmi',
|
|
)
|