Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to some ultra ancient sprites #5678

Merged
merged 13 commits into from
Feb 18, 2024
Binary file modified icons/obj/items/drinks.dmi
Binary file not shown.
Binary file modified icons/obj/items/storage.dmi
Binary file not shown.
Binary file modified icons/obj/items/weapons/guns/ammo_by_faction/uscm.dmi
Binary file not shown.
Binary file modified icons/obj/structures/machinery/airlock_machines.dmi
Binary file not shown.
Binary file modified icons/obj/structures/machinery/atmos.dmi
Binary file not shown.
Binary file modified icons/obj/structures/machinery/biogenerator.dmi
Binary file not shown.
Binary file modified icons/obj/structures/machinery/computer3.dmi
Binary file not shown.
Binary file modified icons/obj/structures/machinery/drone_fab.dmi
Binary file not shown.
Binary file modified icons/obj/structures/machinery/meter.dmi
Binary file not shown.
Binary file modified icons/obj/structures/machinery/power.dmi
Binary file not shown.
Binary file modified icons/obj/structures/machinery/robotics.dmi
Binary file not shown.
Binary file modified icons/obj/structures/machinery/virology.dmi
Binary file not shown.
Binary file modified icons/turf/ground_map.dmi
Binary file not shown.
Binary file modified icons/turf/shuttle.dmi
Binary file not shown.
3 changes: 2 additions & 1 deletion maps/map_files/BigRed/BigRed.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -7166,7 +7166,8 @@
/area/bigredv2/caves/lambda/breakroom)
"auw" = (
/obj/structure/showcase{
icon_state = "mechfab1"
icon_state = "d_analyzer_la";
icon = 'icons/obj/structures/machinery/research.dmi'
},
/obj/structure/pipes/standard/simple/hidden/supply{
dir = 1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@
/area/template_noop)
"l" = (
/obj/item/limb/head/synth{
pixel_x = -9
pixel_x = -9;
icon_state = "scandinavian_head_m"
},
/obj/structure/platform_decoration/kutjevo{
dir = 1
Expand Down
3 changes: 2 additions & 1 deletion maps/map_files/LV624/hydro/30.destroyed.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,8 @@
desc = "This appears to be the head of a synthetic, though it it is so destroyed there is no way in hell anyone is going to bring it back to even basic functionality.";
name = "shattered synthetic head";
pixel_x = 9;
pixel_y = 3
pixel_y = 3;
icon_state = "scandinavian_head_m"
},
/obj/item/robot_parts/arm/l_arm,
/turf/open/floor{
Expand Down
Loading