mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2025-12-27 10:32:40 +00:00
One can now update crew record photos using a security console.
This commit is contained in:
@@ -160,3 +160,8 @@ obj/item/device/camera/siliconcam/proc/getsource()
|
||||
else
|
||||
Cinfo = src
|
||||
return Cinfo
|
||||
|
||||
/mob/living/silicon/proc/GetPicture()
|
||||
if(!aiCamera)
|
||||
return
|
||||
return aiCamera.selectpicture()
|
||||
|
||||
Reference in New Issue
Block a user