Skip to content

Commit

Permalink
Merge pull request #3410 from X0-11/banished-vehicles
Browse files Browse the repository at this point in the history
red ones do not go faster
  • Loading branch information
BDpuffy420 committed Jun 21, 2023
2 parents 60113f0 + 17f2539 commit 76325ce
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
Binary file modified code/modules/halo/vehicles/types/Wraith.dmi
Binary file not shown.
4 changes: 4 additions & 0 deletions code/modules/halo/vehicles/types/ghost.dm
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,10 @@
caliber = "ghostPlas"
projectile_type = /obj/item/projectile/bullet/covenant/plasmarifle

//Banished Variant//
/obj/vehicles/ghost/banished
icon_state = "banished"

//UTILISED BY SUPPLY DROPS, DELETED/TURNED TO SCRAP ON DEATH//

/obj/vehicles/ghost/supplydrop_recon
Expand Down
Binary file modified code/modules/halo/vehicles/types/ghost.dmi
Binary file not shown.
4 changes: 4 additions & 0 deletions code/modules/halo/vehicles/types/wraith.dm
Original file line number Diff line number Diff line change
Expand Up @@ -131,3 +131,7 @@
P.pixel_y += src.pixel_y
explosion(get_turf(impacted),0,2,4,5,guaranteed_damage = 100,guaranteed_damage_range = 3)
. = ..()

//Banished Variant//
/obj/vehicles/wraith/banished
icon_state = "banishedwraith"

0 comments on commit 76325ce

Please sign in to comment.