mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-26 21:48:21 +01:00
Merge pull request #12950 from Aquilar/blueprintpinpointerfix
Fixes steal station blueprints objective
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user