Merge pull request #12950 from Aquilar/blueprintpinpointerfix

Fixes steal station blueprints objective
This commit is contained in:
Fox McCloud
2020-05-01 18:36:08 -04:00
committed by GitHub
4 changed files with 6 additions and 4 deletions
+1 -1
View File
@@ -265,7 +265,7 @@ GLOBAL_LIST_INIT(SpookyGhosts, list("ghost","shade","shade2","ghost-narsie","hor
var/atom/A = sorted[i]
if(A)
var/icon/img = getFlatIcon(A)//build_composite_icon(A)
if(istype(A, /obj/item/areaeditor/blueprints))
if(istype(A, /obj/item/areaeditor/blueprints/ce))
blueprints = 1
// If what we got back is actually a picture, draw it.