Skip to content

Commit

Permalink
return type
Browse files Browse the repository at this point in the history
  • Loading branch information
InsaneRed committed Jun 19, 2024
1 parent f1680e1 commit 696e150
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions code/modules/cm_tech/techtree.dm
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,7 @@

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

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

0 comments on commit 696e150

Please sign in to comment.