diff --git a/_maps/map_files/RandomRuins/LavaRuins/lavaland_surface_hermit.dmm b/_maps/map_files/RandomRuins/LavaRuins/lavaland_surface_hermit.dmm index c69885b0256..e4d6afd3859 100644 --- a/_maps/map_files/RandomRuins/LavaRuins/lavaland_surface_hermit.dmm +++ b/_maps/map_files/RandomRuins/LavaRuins/lavaland_surface_hermit.dmm @@ -1,8 +1,8 @@ "a" = (/turf/simulated/mineral/volcanic/lava_land_surface,/area/lavaland/surface/outdoors) "b" = (/turf/simulated/mineral/volcanic/lava_land_surface,/area/ruin/powered) "c" = (/turf/simulated/wall/mineral/iron,/area/ruin/powered) -"d" = (/obj/item/clothing/head/helmet/space/orange,/obj/item/clothing/mask/breath,/turf/simulated/floor/plating/asteroid/basalt,/area/ruin/powered) -"e" = (/obj/item/clothing/suit/space/orange,/turf/simulated/floor/plating/asteroid/basalt,/area/ruin/powered) +"d" = (/obj/item/clothing/head/helmet/space/syndicate/orange,/obj/item/clothing/mask/breath,/turf/simulated/floor/plating/asteroid/basalt,/area/ruin/powered) +"e" = (/obj/item/clothing/suit/space/syndicate/orange,/turf/simulated/floor/plating/asteroid/basalt,/area/ruin/powered) "f" = (/turf/simulated/floor/plating/asteroid/basalt,/area/ruin/powered) "g" = (/turf/simulated/floor/plating/asteroid{name = "dirt"},/area/ruin/powered) "h" = (/obj/item/shovel,/turf/simulated/floor/plating/asteroid{name = "dirt"},/area/ruin/powered) diff --git a/_maps/map_files/generic/Lavaland.dmm b/_maps/map_files/generic/Lavaland.dmm index 15045353490..1a294ed6c72 100644 --- a/_maps/map_files/generic/Lavaland.dmm +++ b/_maps/map_files/generic/Lavaland.dmm @@ -112,7 +112,7 @@ "ch" = (/turf/simulated/floor/plating,/area/mine/laborcamp) "ci" = (/obj/machinery/computer/prisoner{icon_state = "computer"; dir = 1},/turf/simulated/floor/plasteel,/area/mine/laborcamp/security) "cj" = (/obj/machinery/door/airlock/external{frequency = 1379; glass = 1; id_tag = "mining_inner"; locked = 1; name = "Mining External Airlock"; opacity = 0; req_access_txt = "54"},/turf/simulated/floor/plasteel,/area/mine/eva) -"ck" = (/obj/effect/turf_decal/tile/brown{dir = 1},/turf/simulated/floor/plasteel,/area/mine/eva) +"ck" = (/obj/effect/turf_decal/tile/brown{dir = 1},/obj/effect/turf_decal/tile/brown{dir = 8},/turf/simulated/floor/plasteel,/area/mine/eva) "cl" = (/obj/machinery/atmospherics/unary/vent_pump/on{dir = 4},/turf/simulated/floor/plasteel,/area/mine/production) "cm" = (/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 4},/obj/structure/cable{icon_state = "1-2"},/turf/simulated/floor/plasteel,/area/mine/production) "cn" = (/obj/effect/turf_decal/tile/brown{dir = 1},/obj/effect/turf_decal/tile/brown{dir = 8},/turf/simulated/floor/plasteel,/area/mine/production) diff --git a/code/game/objects/items/weapons/storage/boxes.dm b/code/game/objects/items/weapons/storage/boxes.dm index b62f73b6608..bd19c00501e 100644 --- a/code/game/objects/items/weapons/storage/boxes.dm +++ b/code/game/objects/items/weapons/storage/boxes.dm @@ -1073,7 +1073,6 @@ /obj/item/storage/box/stockparts/deluxe name = "box of deluxe stock parts" desc = "Contains a variety of deluxe stock parts." - icon_state = "syndiebox" /obj/item/storage/box/stockparts/deluxe/New() for(var/i in 1 to 3) diff --git a/code/modules/clothing/spacesuits/miscellaneous.dm b/code/modules/clothing/spacesuits/miscellaneous.dm index 9d730981425..087f3e6e037 100644 --- a/code/modules/clothing/spacesuits/miscellaneous.dm +++ b/code/modules/clothing/spacesuits/miscellaneous.dm @@ -279,14 +279,4 @@ species_fit = null sprite_sheets = null sprite_sheets_obj = null - -/obj/item/clothing/head/helmet/space/orange - name = "emergency space helmet" - icon_state = "syndicate-helm-orange" - item_state = "syndicate-helm-orange" - -/obj/item/clothing/suit/space/orange - name = "emergency space suit" - icon_state = "syndicate-orange" - item_state = "syndicate-orange" - slowdown = 3 + \ No newline at end of file diff --git a/icons/mob/head.dmi b/icons/mob/head.dmi index 6994c6ebf17..4cdf9b38920 100644 Binary files a/icons/mob/head.dmi and b/icons/mob/head.dmi differ diff --git a/icons/mob/suit.dmi b/icons/mob/suit.dmi index 3828599194e..38e39071343 100644 Binary files a/icons/mob/suit.dmi and b/icons/mob/suit.dmi differ diff --git a/icons/obj/clothing/hats.dmi b/icons/obj/clothing/hats.dmi index 81ae2401f14..418f221c78f 100644 Binary files a/icons/obj/clothing/hats.dmi and b/icons/obj/clothing/hats.dmi differ diff --git a/icons/obj/clothing/suits.dmi b/icons/obj/clothing/suits.dmi index 570c4111c5d..95f69c6f799 100644 Binary files a/icons/obj/clothing/suits.dmi and b/icons/obj/clothing/suits.dmi differ