Skip to content

Commit

Permalink
Update ipc.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
Lexanx committed Feb 25, 2024
1 parent 55f2fd8 commit 55e33a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/modules/organs/internal/species/ipc.dm
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@

/obj/item/organ/internal/posibrain/ipc/third
name = "positronic brain of the third generation"
var/obj/item/organ/internal/shackles/shackles_module = /obj/item/organ/internal/shackles
var/shackle = TRUE
obj/item/organ/internal/shackles/shackles_module = /obj/item/organ/internal/shackles
shackle = TRUE

/obj/item/organ/internal/posibrain/New(var/mob/living/carbon/H)
..()
Expand Down

0 comments on commit 55e33a0

Please sign in to comment.