Skip to content

Commit

Permalink
Price lowering dropship_equipment.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
GoldenDarkness55 committed Jul 26, 2023
1 parent dd643a8 commit 4535d94
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions code/modules/cm_marines/dropship_equipment.dm
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@
density = FALSE
equip_categories = list(DROPSHIP_WEAPON, DROPSHIP_CREW_WEAPON)
icon_state = "mg_system"
point_cost = 300
point_cost = 50
var/deployment_cooldown
var/obj/structure/machinery/m56d_hmg/mg_turret/dropship/deployed_mg
combat_equipment = FALSE
Expand Down Expand Up @@ -449,7 +449,7 @@
icon_state = "spotlights"
desc = "A set of high-powered spotlights to illuminate large areas. Fits on electronics attach points of dropships. Moving this will require a powerloader."
is_interactable = TRUE
point_cost = 300
point_cost = 25
var/spotlights_cooldown
var/brightness = 11

Expand Down Expand Up @@ -513,7 +513,7 @@
name = "\improper LZ detector"
desc = "An electronic device linked to the dropship's camera system that lets you observe your landing zone mid-flight."
icon_state = "lz_detector"
point_cost = 400
point_cost = 25
var/obj/structure/machinery/computer/cameras/dropship/linked_cam_console

/obj/structure/dropship_equipment/electronics/landing_zone_detector/update_equipment()
Expand Down Expand Up @@ -1137,7 +1137,7 @@
name = "rappel deployment system"
equip_categories = list(DROPSHIP_CREW_WEAPON)
icon_state = "rappel_module_packaged"
point_cost = 500
point_cost = 50
combat_equipment = FALSE

var/harness = /obj/item/rappel_harness
Expand Down

0 comments on commit 4535d94

Please sign in to comment.