Skip to content

Commit

Permalink
Commit
Browse files Browse the repository at this point in the history
  • Loading branch information
RengaN02 committed Jan 28, 2025
1 parent 15a9872 commit 4617d74
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions code/modules/antagonists/heretic/knowledge/starting_lore.dm
Original file line number Diff line number Diff line change
Expand Up @@ -216,9 +216,10 @@ GLOBAL_LIST_INIT(heretic_start_knowledge, initialize_starting_knowledge())
return FALSE
if(!new_heart.useable)
return FALSE
if(new_heart.organ_flags & (ORGAN_ROBOTIC|ORGAN_FAILING))
if(new_heart.organ_flags & ORGAN_FAILING)
return FALSE
if((new_heart.organ_flags & ORGAN_ROBOTIC) && !istype(new_heart, /obj/item/organ/heart/cybernetic/tier2/ipc))
return FALSE

return TRUE

/**
Expand Down

0 comments on commit 4617d74

Please sign in to comment.