mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-21 12:02:31 +01:00
Posibrain Fixes (#22196)
closes #21982 closes #21705 <img width="465" height="394" alt="image" src="https://github.com/user-attachments/assets/6ae35510-73c5-46e8-b624-a83e71dca603" /> This PR fixes the longstanding IPC med rework bug whereby surgically removing a posibrain would just delete it. Also fixes a bug where it wasn't possible to join as a posibrain ghost role.
This commit is contained in:
@@ -57,7 +57,7 @@
|
||||
|
||||
brainmob.client.init_verbs()
|
||||
|
||||
return src
|
||||
return brainmob
|
||||
|
||||
/obj/item/mmi/digital/posibrain/update_name()
|
||||
var/new_name = tgui_input_text(brainmob, "Choose your name.", "Name Selection", brainmob.real_name, MAX_NAME_LEN)
|
||||
|
||||
Reference in New Issue
Block a user