Mildly buffs Active Sonar module (#75174)

Lowers the cooldown from 25 seconds to 15 seconds
Lowers the power drain from 25 to 20
Sonar visuals now move for the duration of their existence (see below)
This commit is contained in:
Wallem
2023-05-08 14:46:53 -04:00
committed by GitHub
parent e4c45dcdfd
commit ceff62c6a9
2 changed files with 17 additions and 2 deletions
+2 -2
View File
@@ -364,10 +364,10 @@
Its loud ping is much harder to hide in an indoor station than in the outdoor operations it was designed for."
icon_state = "active_sonar"
module_type = MODULE_USABLE
use_power_cost = DEFAULT_CHARGE_DRAIN * 5
use_power_cost = DEFAULT_CHARGE_DRAIN * 4
complexity = 3
incompatible_modules = list(/obj/item/mod/module/active_sonar)
cooldown_time = 25 SECONDS
cooldown_time = 15 SECONDS
/obj/item/mod/module/active_sonar/on_use()
. = ..()