Skip to content

Commit

Permalink
TGS Test Merge (#6034)
Browse files Browse the repository at this point in the history
  • Loading branch information
Blue authored and Blue committed Oct 1, 2023
2 parents 11d763b + bf03418 commit 05117ee
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 05117ee

Please sign in to comment.