mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-05-12 18:20:09 +01:00
c38a7a3bb5
* Removes a bunch of /var in procs * reset this * Why wasn't this already?
7 lines
230 B
Plaintext
7 lines
230 B
Plaintext
/mob/living/silicon/pai/ClickOn(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
|