mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-18 02:28:37 +01:00
* 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
|