Skip to content

Commit

Permalink
Adds unique interior sprite
Browse files Browse the repository at this point in the history
  • Loading branch information
DexterDude committed Apr 17, 2024
1 parent 6085c3b commit 5480499
Show file tree
Hide file tree
Showing 5 changed files with 67 additions and 346 deletions.
12 changes: 12 additions & 0 deletions code/modules/vehicles/apc/interior.dm
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,11 @@
/obj/structure/interior_exit/vehicle/apc/rear/right
icon_state = "door_rear_right"

/obj/structure/interior_exit/vehicle/arc
name = "ARC side door"
icon = 'icons/obj/vehicles/interiors/arc.dmi'
icon_state = "exit_door"

/obj/structure/prop/vehicle
name = "Generic vehicle prop"
desc = "Adds more flavour to vehicle interior."
Expand All @@ -40,6 +45,13 @@
breakable = FALSE
indestructible = TRUE

/obj/structure/prop/vehicle/arc
name = "ARC chassis"

icon = 'icons/obj/vehicles/interiors/arc_chassis.dmi'
icon_state = "arc_chassis"


/obj/structure/prop/vehicle/firing_port_weapon
name = "M56 FPW handle"
desc = "A control handle for a modified M56B Smartgun installed on the sides of M577 Armored Personnel Carrier as a Firing Port Weapon. \
Expand Down
6 changes: 0 additions & 6 deletions code/modules/vehicles/hardpoints/primary/arc_frontal.dm
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,3 @@
GUN_FIREMODE_AUTOMATIC,
)
fire_delay = 0.05 SECONDS

/obj/item/hardpoint/secondary/frontalcannon/set_bullet_traits()
..()
LAZYADD(traits_to_give, list(
BULLET_TRAIT_ENTRY(/datum/element/bullet_trait_iff)
))
Binary file added icons/obj/vehicles/interiors/arc.dmi
Binary file not shown.
Binary file added icons/obj/vehicles/interiors/arc_chassis.dmi
Binary file not shown.
Loading

0 comments on commit 5480499

Please sign in to comment.