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

red ones do not go faster #3410

Merged
merged 1 commit into from
Jun 21, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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"