Skip to content

Commit

Permalink
bugfix: Now robo can make both scattershots (#5985)
Browse files Browse the repository at this point in the history
Update mechfabricator_designs.dm
  • Loading branch information
Den109G authored Oct 6, 2024
1 parent c87b5ad commit 3efd43f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/research/designs/mechfabricator_designs.dm
Original file line number Diff line number Diff line change
Expand Up @@ -1107,7 +1107,7 @@
/datum/design/mech_scattershot_riot
name = "Exosuit Non-lethal Weapon (LBX AC 9 \"Riot Scattershot\")"
desc = "Allows for the construction of LBX AC 9."
id = "mech_scattershot"
id = "mech_scattershot_riot"
build_type = MECHFAB
req_tech = list("combat" = 3, "materials" = 3)
build_path = /obj/item/mecha_parts/mecha_equipment/weapon/ballistic/scattershot/riot
Expand Down

0 comments on commit 3efd43f

Please sign in to comment.