Skip to content

Commit

Permalink
fix(posibrain): fixes wrong parent organ
Browse files Browse the repository at this point in the history
  • Loading branch information
Filatelele authored Jul 23, 2024
1 parent 168ceb9 commit 79bee0e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/modules/mob/organs/internal/posibrain.dm
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@

override_organic_icon = FALSE

vital = FALSE
vital = TRUE
organ_tag = BP_POSIBRAIN
parent_organ = BP_CHEST
parent_organ = BP_HEAD

origin_tech = list(TECH_ENGINEERING = 4, TECH_MATERIAL = 4, TECH_BLUESPACE = 2, TECH_DATA = 4)

Expand Down

0 comments on commit 79bee0e

Please sign in to comment.