Skip to content

Commit

Permalink
allows for full faction CAS
Browse files Browse the repository at this point in the history
  • Loading branch information
uuuuhuuuu committed Aug 22, 2024
1 parent 7ca1c52 commit 38058f5
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions code/game/machinery/computer/dropship_weapons.dm
Original file line number Diff line number Diff line change
Expand Up @@ -895,6 +895,17 @@
QDEL_NULL(firemission_envelope)
QDEL_NULL(tacmap)

/obj/structure/machinery/computer/dropship_weapons/upp
req_one_access = list(ACCESS_UPP_FLIGHT)
faction = FACTION_UPP
firemission_envelope = new /datum/cas_fire_envelope/uscm_dropship()

/obj/structure/machinery/computer/dropship_weapons/upp/upp_dropship1
name = "\improper 'Neprobivaemiy' weapons controls" //transport ship

/obj/structure/machinery/computer/dropship_weapons/upp/upp_dropship1
name = "\improper 'Vsyoprobivaemyiy' weapons controls" //CAS ship

/obj/structure/machinery/computer/dropship_weapons/proc/simulate_firemission(mob/living/user)

if(!configuration)
Expand Down

0 comments on commit 38058f5

Please sign in to comment.