Skip to content

Commit

Permalink
Update code/modules/cm_tech/techtree.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
harryob authored Jun 19, 2024
1 parent 696e150 commit c5690e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/cm_tech/techtree.dm
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@

/// `tech`: a typepath to a tech
/datum/techtree/proc/get_node(tech)
RETURN_TYPE(/datum/tech/arc)
RETURN_TYPE(/datum/tech)
return techs_by_type[tech]

/datum/techtree/proc/on_node_gained(obj/structure/resource_node/RN)
Expand Down

0 comments on commit c5690e3

Please sign in to comment.