Skip to content

Commit

Permalink
Coolifies the ARC (#297)
Browse files Browse the repository at this point in the history
  • Loading branch information
sunofang authored Jun 17, 2024
1 parent cde3e44 commit 59dd9d4
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 6 deletions.
11 changes: 11 additions & 0 deletions code/modules/almayer/machinery.dm
Original file line number Diff line number Diff line change
Expand Up @@ -353,3 +353,14 @@
icon_state = "ob_console"
dir = WEST
flags_atom = ON_BORDER|CONDUCT|FPRINT

/obj/structure/machinery/prop/almayer/CICmap/arc
name = "map terminal"
desc = "A terminal that displays a map of the current operation location."
icon = 'icons/obj/vehicles/interiors/arc.dmi'
icon_state = "arcmap"
density = FALSE

/obj/structure/machinery/computer/overwatch/almayer/arc
icon = 'icons/obj/vehicles/interiors/arc.dmi'
icon_state = "arcconsole"
Binary file modified icons/obj/vehicles/interiors/arc.dmi
Binary file not shown.
31 changes: 25 additions & 6 deletions maps/interiors/arc.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,14 @@
/obj/effect/landmark/interior/spawn/vehicle_driver_seat/armor{
dir = 4
},
/turf/open/floor,
/obj/structure/gun_rack/apc/frontal{
desc = "A small compartment that stores ammunition for the ARC's 'Bleihagel RE-RE850 Frontal Rotary Cannon'.";
pixel_y = 6;
pixel_x = 2;
layer = 2.9;
density = 0
},
/turf/open/floor/almayer,
/area/vehicle/apc/arc)
"G" = (
/obj/structure/bed/chair/vehicle{
Expand All @@ -41,17 +48,30 @@
layer = 3.1;
pixel_y = 5
},
/turf/open/floor,
/obj/structure/machinery/prop/almayer/CICmap/arc{
pixel_x = 16
},
/obj/structure/machinery/computer/overwatch/almayer/arc{
pixel_y = 5;
pixel_x = 20
},
/turf/open/floor/almayer,
/area/vehicle/apc/arc)
"I" = (
/obj/structure/bed/chair/vehicle{
pixel_x = -8
},
/obj/effect/landmark/interior/spawn/interior_viewport{
pixel_x = 8;
pixel_y = 4;
pixel_x = -16;
pixel_y = 11;
layer = 2.9
},
/obj/effect/landmark/interior/spawn/weapons_loader{
icon = 'icons/obj/vehicles/interiors/arc.dmi';
icon_state = "arcloader";
pixel_y = 13;
pixel_x = 7
},
/turf/open/floor,
/area/vehicle/apc/arc)
"N" = (
Expand All @@ -72,8 +92,7 @@
pixel_x = 8
},
/obj/structure/machinery/cm_vending/sorted/medical/wall_med/vehicle{
pixel_y = 14;
pixel_x = -8
pixel_y = 16
},
/turf/open/floor,
/area/vehicle/apc/arc)
Expand Down

0 comments on commit 59dd9d4

Please sign in to comment.