Skip to content

Commit

Permalink
Making an FSS doesnt give you a mag
Browse files Browse the repository at this point in the history
  • Loading branch information
Uristthedorf committed Jan 12, 2025
1 parent ba013c7 commit ff1973f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion monkestation/code/game/objects/items/guns/fss.dm
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@
spread = 1
projectile_damage_multiplier = 0.9

/obj/item/gun/ballistic/automatic/wt550/fss/no_mag
spawnwithmagazine = FALSE

/obj/item/disk/design_disk/fss
name = "FSS-550 Design Disk"
desc = "A disk that allows an autolathe to print the FSS-550 and associated ammo."
Expand All @@ -29,7 +32,7 @@
id = "fss"
build_type = AUTOLATHE
materials = list(/datum/material/iron = 20000, /datum/material/glass = 1000)
build_path = /obj/item/gun/ballistic/automatic/wt550/fss
build_path = /obj/item/gun/ballistic/automatic/wt550/fss/no_mag
category = list(RND_CATEGORY_IMPORTED)

/datum/design/mag_autorifle_fss //WT-550 ammo but printable in autolathe and you get it from a design disk.
Expand Down

0 comments on commit ff1973f

Please sign in to comment.