mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-20 11:40:07 +01:00
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
11 lines
174 B
Plaintext
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
|