Fixes police tape not appearing on doors.

This commit is contained in:
Erthilo
2012-05-17 21:31:38 +01:00
parent e9c3c990b1
commit 1608dff0f5

View File

@@ -73,7 +73,7 @@
var/turf/T = get_turf(A)
var/obj/item/tape/P = new tape_type(T.x,T.y,T.z)
P.loc = locate(T.x,T.y,T.z)
P.icon_state = "door"
P.icon_state = "[src.icon_base]_door"
P.layer = 3.2
user << "\blue You finish placing the [src]."