mirror of
https://github.com/KabKebab/GS13.git
synced 2026-07-13 08:57:01 +01:00
Adds a FAL
Adds code and spirtework for an FAL.
This commit is contained in:
@@ -33,3 +33,11 @@
|
||||
desc = "A signiature shell from a Braton, lined with engravings."
|
||||
caliber = "bratonb"
|
||||
projectile_type = /obj/item/projectile/bullet/bratonb
|
||||
|
||||
//FAL bullet
|
||||
/obj/item/ammo_casing/fal762
|
||||
name = "7.62x51 bullet casing"
|
||||
desc = "A 7.62x51 bullet casing. Looks to be a bit shorter than the also ancient 7.62x54r, just without the rim."
|
||||
icon_state = "762fal-casing"
|
||||
caliber = "762fal"
|
||||
projectile_type = /obj/item/projectile/bullet/fal762
|
||||
|
||||
+10
-1
@@ -26,4 +26,13 @@
|
||||
icon_state = "bratonmag"
|
||||
ammo_type = /obj/item/ammo_casing/bratonmag
|
||||
caliber = "bratonb"
|
||||
max_ammo = 60
|
||||
max_ammo = 60
|
||||
|
||||
//FAL
|
||||
/obj/item/ammo_box/magazine/falMag
|
||||
name = "FAL Magazine (20rnd.)"
|
||||
icon_state = "fal-mag"
|
||||
ammo_type = /obj/item/ammo_casing/fal762
|
||||
caliber = "762fal"
|
||||
max_ammo = 20
|
||||
multiple_sprites = 2
|
||||
@@ -223,6 +223,20 @@
|
||||
fire_delay = 1
|
||||
//ENDS HERE
|
||||
|
||||
//FAL
|
||||
/obj/item/gun/ballistic/automatic/fal
|
||||
name = "\improper FAL"
|
||||
desc = "An ancient, but reliable battle rifle. As long as you dont get any dirt in it."
|
||||
icon_state = "fal-wood"
|
||||
item_state = "fal-wood"
|
||||
w_class = WEIGHT_CLASS_HUGE
|
||||
slot_flags = 0
|
||||
mag_type = /obj/item/ammo_box/magazine/falMag
|
||||
fire_sound = 'sound/weapons/falshot.ogg'
|
||||
can_suppress = FALSE
|
||||
burst_size = 4
|
||||
fire_delay = 1
|
||||
|
||||
/obj/item/gun/ballistic/automatic/tommygun
|
||||
name = "\improper Thompson SMG"
|
||||
desc = "Based on the classic 'Chicago Typewriter'."
|
||||
|
||||
@@ -18,4 +18,9 @@
|
||||
// bratonmag (Braton)
|
||||
/obj/item/projectile/bullet/bratonb
|
||||
name = "braton bullet"
|
||||
damage = 10
|
||||
damage = 10
|
||||
|
||||
//FAL ammo
|
||||
/obj/item/projectile/bullet/fal762
|
||||
name = "7.62x51 bullet"
|
||||
damage = 42
|
||||
Reference in New Issue
Block a user