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 27, 2023
1 parent 4535d94 commit 1c735b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/modules/cm_marines/dropship_equipment.dm
Original file line number Diff line number Diff line change
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 = 25
point_cost = 50
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 = 25
point_cost = 50
var/obj/structure/machinery/computer/cameras/dropship/linked_cam_console

/obj/structure/dropship_equipment/electronics/landing_zone_detector/update_equipment()
Expand Down

0 comments on commit 1c735b8

Please sign in to comment.