Skip to content

Commit

Permalink
weapons console
Browse files Browse the repository at this point in the history
  • Loading branch information
uuuuhuuuu committed Aug 22, 2024
1 parent 6cb3ce6 commit 3f2a17e
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 @@ -890,6 +890,17 @@
firemission_envelope = new /datum/cas_fire_envelope/uscm_dropship()
shuttle_tag = DROPSHIP_NORMANDY

/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/Destroy()
. = ..()
QDEL_NULL(firemission_envelope)
Expand Down

0 comments on commit 3f2a17e

Please sign in to comment.