Skip to content

Commit 4b48dd5

Browse files
committed
cleanup and implication removal
1 parent 8990435 commit 4b48dd5

2 files changed

Lines changed: 6 additions & 5 deletions

File tree

code/modules/projectiles/guns/projectile/modular/modular_AK.dm

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,12 @@
2424
serial_type = "FS"
2525

2626
required_parts = list(/obj/item/part/gun/modular/mechanism/autorifle = 0, /obj/item/part/gun/modular/barrel = 0, /obj/item/part/gun/modular/grip = 0, /obj/item/part/gun/modular/stock = -1)
27-
28-
ammo_type = /obj/item/ammo_casing/pistol
29-
30-
zoom_factors = list() //Default zoom factor you want on all automatic weapons.
27+
init_firemodes = list(
28+
FULL_AUTO_400,
29+
SEMI_AUTO_300,
30+
BURST_3_ROUND,
31+
BURST_5_ROUND
32+
)
3133

3234
/obj/item/gun/projectile/modular/ak/get_initial_name()
3335
var/stock_type = (PARTMOD_FOLDING_STOCK & spriteTags) ? "AR" : "Car"

code/modules/projectiles/guns/projectile/modular/modular_MK58.dm

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
icon_state = "frame" // frame_gray, frame_black, frame_tan
66
w_class = ITEM_SIZE_NORMAL
77
origin_tech = list(TECH_COMBAT = 1, TECH_MATERIAL = 1) // Parts can give better tech
8-
load_method = MAGAZINE // So far not modular
98
magazine_type = /obj/item/ammo_magazine/pistol // Default magazine, only relevant for spawned pistols, not crafted or printed ones
109
matter = list(MATERIAL_PLASTEEL = 5)
1110
price_tag = 600

0 commit comments

Comments
 (0)