mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-20 04:26:03 +01:00
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:
@@ -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()
|
||||
. = ..()
|
||||
|
||||
Reference in New Issue
Block a user