Renames the Positronic Brain Implant (#20899)

Changes the Positronic-Implanted Brain to Pseudoneuron-Assisted Brain.
The current name causes confusion and creates a link to IPCs that
synthlore does not want. This shouldn't affect the concepts that can
currently be explored by the implant as is.
This was discussed with and approved by NM.
This commit is contained in:
CometBlaze
2025-07-01 16:51:19 +01:00
committed by GitHub
parent e0a5f66c33
commit cde97b7aa3
3 changed files with 60 additions and 2 deletions
+1 -1
View File
@@ -390,7 +390,7 @@ INITIALIZE_IMMEDIATE(/obj/item/organ)
if(BP_EYES)
name = "retinal overlayed [initial(name)]"
if(BP_BRAIN)
name = "positronic-implanted [initial(name)]"
name = "pseudoneuron-assisted [initial(name)]"
else
name = "mechanically assisted [initial(name)]"
icon_state = initial(icon_state)