Skip to content

Commit

Permalink
Faster droppod sentries
Browse files Browse the repository at this point in the history
  • Loading branch information
Drulikar committed Jun 4, 2024
1 parent d00cb16 commit f7f75b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/gamemodes/colonialmarines/colonialmarines.dm
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@
var/obj/structure/droppod/equipment/sentry_holder/droppod = new(target, /obj/structure/machinery/sentry_holder/landing_zone)
droppod.special_structures_to_damage = structures_to_break
droppod.special_structure_damage = 500
droppod.drop_time = 5 SECONDS
droppod.drop_time = 0
droppod.launch(target)

///Creates an OB warning at each LZ to warn of the miasma and then spawns the miasma
Expand Down

0 comments on commit f7f75b3

Please sign in to comment.