fireball starts at 8 tile range, increases 2 for every level (#45404)

* Update maps.txt

* 1

* levels
This commit is contained in:
Tlaltecuhtli
2019-07-27 20:09:46 -07:00
committed by Rob Bailey
parent 8b28673e30
commit 67fe38921a
+5
View File
@@ -124,6 +124,11 @@
deactive_msg = "You extinguish your fireball... for now."
active = FALSE
/obj/effect/proc_holder/spell/aimed/fireball/fire_projectile(list/targets, mob/living/user)
var/range = 6 + 2*spell_level
projectile_var_overrides = list("range" = range)
return ..()
/obj/effect/proc_holder/spell/aimed/spell_cards
name = "Spell Cards"
desc = "Blazing hot rapid-fire homing cards. Send your foes to the shadow realm with their mystical power!"