mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-17 19:14:15 +01:00
[MIRROR] Fixes Thermal Vision mutation having 1/10th the duration [MDB IGNORE] (#14944)
* Fixes Thermal Vision mutation having 1/10th the duration (#68350) A missed SECONDS define causes Thermal Vision to have 1/10th the intended duration. * Fixes Thermal Vision mutation having 1/10th the duration Co-authored-by: MrMelbert <51863163+MrMelbert@users.noreply.github.com>
This commit is contained in:
@@ -63,8 +63,7 @@
|
||||
return
|
||||
|
||||
to_modify.eye_damage = 10 * GET_MUTATION_SYNCHRONIZER(src)
|
||||
to_modify.thermal_duration = 10 * GET_MUTATION_POWER(src)
|
||||
|
||||
to_modify.thermal_duration = 10 SECONDS * GET_MUTATION_POWER(src)
|
||||
|
||||
/datum/action/cooldown/spell/thermal_vision
|
||||
name = "Activate Thermal Vision"
|
||||
|
||||
Reference in New Issue
Block a user