mirror of
https://github.com/CHOMPstation/CHOMPstation.git
synced 2026-08-30 23:46:43 +01:00
Merge pull request #3343 from VOREStation/aro-cameras
Fixes handheld cameras
This commit is contained in:
@@ -191,7 +191,7 @@ var/global/photo_count = 0
|
||||
for(var/i; i <= sorted.len; i++)
|
||||
var/atom/A = sorted[i]
|
||||
if(A)
|
||||
var/icon/img = getFlatIcon(A, picture_planes = picture_planes)//build_composite_icon(A)
|
||||
var/icon/img = getFlatIcon(A)//, picture_planes = picture_planes)//build_composite_icon(A) //VOREStation Edit
|
||||
|
||||
// If what we got back is actually a picture, draw it.
|
||||
if(istype(img, /icon))
|
||||
|
||||
Reference in New Issue
Block a user