Skip to content

Commit

Permalink
normal sentry and launchbay down to 200
Browse files Browse the repository at this point in the history
  • Loading branch information
cuberound committed Nov 12, 2023
1 parent 8320933 commit 157b502
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 @@ -159,7 +159,7 @@
health = null
icon_state = "sentry_system"
is_interactable = TRUE
point_cost = 500
point_cost = 200
var/deployment_cooldown
var/obj/structure/machinery/defenses/sentry/premade/dropship/deployed_turret
combat_equipment = FALSE
Expand Down Expand Up @@ -767,7 +767,7 @@
firing_delay = 10 //1 seconds
bound_height = 32
equip_categories = list(DROPSHIP_CREW_WEAPON) //fits inside the central spot of the dropship
point_cost = 400
point_cost = 200

/obj/structure/dropship_equipment/weapon/launch_bay/update_equipment()
if(ship_base)
Expand Down

0 comments on commit 157b502

Please sign in to comment.