Skip to content

Commit

Permalink
Update prosfab_designs.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
silicons authored Sep 29, 2023
1 parent a33aaeb commit bf03418
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions code/modules/research/designs/prosfab_designs.dm
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
if(istype(fabricator, /obj/machinery/mecha_part_fabricator/pros))
var/obj/machinery/mecha_part_fabricator/pros/prosfab = fabricator
var/obj/item/organ/O = new build_path(where)
if(!istype(O))
return O
if(prosfab.manufacturer)
var/datum/robolimb/manf = GLOB.all_robolimbs[prosfab.manufacturer]

Expand Down

0 comments on commit bf03418

Please sign in to comment.