Files
Bubberstation/code/modules/pai/login.dm
T
JeremiahandGitHub 86e801987e Reworks pAIs (#68241)
A pretty heavy refactor for pAIs that just spilled into a rework.

Attempts to fully document and organize backend code.
Fixes a large number of bugs left untouched for a decade.
Breaks down the frontend into subcomponents.
Rebalances their software modules.
(should) fix pAI faces get removed if you activate them during alert #68242
2022-07-24 16:18:59 +01:00

11 lines
174 B
Plaintext

/mob/living/silicon/pai/Login()
. = ..()
if(!. || !client)
return FALSE
client.perspective = EYE_PERSPECTIVE
if(holoform)
client.eye = src
else
client.eye = card