Skip to content

Commit

Permalink
makes sonar pulses cooldown faster (#5967)
Browse files Browse the repository at this point in the history
  • Loading branch information
silicons committed Sep 12, 2023
1 parent 93d6e49 commit 9ac1e57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/species/abilites.dm
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
name = "Sonar Ping"
desc = "You send out a echolocating pulse, briefly showing your environment past the visible"
action_state = "shield"
cooldown = 8 SECONDS
cooldown = 2 SECONDS
always_bind = TRUE

/datum/ability/species/sonar/unavailable_reason()
Expand Down

0 comments on commit 9ac1e57

Please sign in to comment.