diff --git a/code/_onclick/hud/plane_master.dm b/code/_onclick/hud/plane_master.dm index 4ef5d35ce0..f5b8991e20 100644 --- a/code/_onclick/hud/plane_master.dm +++ b/code/_onclick/hud/plane_master.dm @@ -28,9 +28,9 @@ . = ..() filters += filter(type="alpha", render_source=FIELD_OF_VISION_RENDER_TARGET, flags=MASK_INVERSE) - add_filter("first_stage_openspace", 1, drop_shadow_filter(color = "#04080FAA", size = -10)) - add_filter("second_stage_openspace", 2, drop_shadow_filter(color = "#04080FAA", size = -15)) - add_filter("third_stage_openspace", 2, drop_shadow_filter(color = "#04080FAA", size = -20)) + filters += filter(type = "drop_shadow", color = "#04080FAA", size = -10) + filters += filter(type = "drop_shadow", color = "#04080FAA", size = -15) + filters += filter(type = "drop_shadow", color = "#04080FAA", size = -20) /obj/screen/plane_master/proc/outline(_size, _color) filters += filter(type = "outline", size = _size, color = _color) diff --git a/code/modules/clothing/neck/_neck.dm b/code/modules/clothing/neck/_neck.dm index 7670addab6..3228fbbaba 100644 --- a/code/modules/clothing/neck/_neck.dm +++ b/code/modules/clothing/neck/_neck.dm @@ -289,7 +289,7 @@ //VERY SUPER BADASS NECKERCHIEFS// ////////////////////////////////// -/datum/obj/item/clothing/neck/neckerchief +/obj/item/clothing/neck/neckerchief icon = 'icons/obj/clothing/masks.dmi' //In order to reuse the bandana sprite w_class = WEIGHT_CLASS_TINY var/sourceBandanaType