mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 10:21:11 +00:00
modified: code/modules/paperwork/photography.dm
This commit is contained in:
@@ -302,8 +302,6 @@
|
||||
blinder.decon_path = type
|
||||
|
||||
/obj/item/device/camera/proc/camera_get_icon(list/turfs, turf/center)
|
||||
var/tickspersleep = 10;
|
||||
var/iterator = 0;
|
||||
var/atoms[] = list()
|
||||
for(var/turf/T in turfs)
|
||||
atoms.Add(T)
|
||||
@@ -316,8 +314,7 @@
|
||||
|
||||
for(var/atom/A in plane_layer_sort(atoms))
|
||||
iterator++
|
||||
if(iterator % tickspersleep == 0)
|
||||
sleep(1)
|
||||
CHECK_TICK
|
||||
var/icon/img = getFlatIcon(A,A.dir,0)
|
||||
if(istype(A, /mob/living) && A:lying)
|
||||
img.Turn(A:lying)
|
||||
|
||||
Reference in New Issue
Block a user