Skip to content

Commit

Permalink
gets launchbay price in line with other eqipment
Browse files Browse the repository at this point in the history
  • Loading branch information
cuberound authored Dec 16, 2023
1 parent a14e52a commit 2bfe1f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/cm_marines/dropship_equipment.dm
Original file line number Diff line number Diff line change
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 2bfe1f9

Please sign in to comment.