weaken tornado spawned by fireball perk to 33% damage
parent
dd4fcbdf2c
commit
d5aca6bdf4
|
|
@ -27,5 +27,6 @@ func _spawn_explosion() -> void:
|
|||
func _spawn_tornado() -> void:
|
||||
var tw = tornado_scene.instantiate()
|
||||
tw.global_position = global_position
|
||||
tw.explosion_damage = int(round(tw.explosion_damage * 0.33))
|
||||
get_parent().call_deferred("add_child", tw)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue