mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-11 17:35:05 +00:00
* Initial overhaul work and some fixes. Running into a bug with getting healthanalyzer variables to pass. Signed-off-by: RaveRadbury <risforradbury@gmail.com> * Fixes some typos, shortens a message * Update pai.dm * Prevents pAI OS from coming up in other windows. * Moved around some camera stuff, trying to fix lost pAI zoom * Fixes pAI zoom, adds camera flash * PAI buttons grey out if they need software first * Better greying out of buttons in PAI * Removes unimplemented HUD stuff * Should make pAI Host Scan require being held (like DNA check) * Includes host scan as a greyed out hud * Improved button loop * Fixes pda icon off-set * Fixed inconsistent indentation * Replaces outdated and innacurate checks for scans Thanks to Cobblestone for the help * Refactor pAI hud button grey out * Changes browse to browser * cleans up the code, gets rid of an error * Removes indent from #undef * Removes an unneeded text-align:right
7 lines
234 B
Plaintext
7 lines
234 B
Plaintext
/mob/living/silicon/pai/ClickOn(var/atom/A, params)
|
|
..()
|
|
if(aicamera.in_camera_mode) //pAI picture taking
|
|
aicamera.camera_mode_off()
|
|
aicamera.captureimage(A, usr, null, aicamera.picture_size_x, aicamera.picture_size_y)
|
|
return
|