mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-25 14:08:31 +01:00
Fix colossus finale firing like 100 fewer projectiles than it should be (#76202)
## About The Pull Request  ## Changelog 🆑 Melbert fix: The colossus's finale attack is now 100x more lethal, because it was firing 100x fewer projectiles than intended /🆑
This commit is contained in:
@@ -285,6 +285,7 @@
|
||||
name = "Titan's Finale"
|
||||
desc = "A single-use ability that shoots a large amount of projectiles around you."
|
||||
cooldown_time = 2.5 SECONDS
|
||||
projectile_type = /obj/projectile/colossus
|
||||
|
||||
/datum/action/cooldown/mob_cooldown/projectile_attack/colossus_final/Activate(atom/target_atom)
|
||||
. = ..()
|
||||
|
||||
Reference in New Issue
Block a user