fixed the parity between air and land enemies. +added a lot of new cards
This commit is contained in:
@@ -7,6 +7,4 @@ class_name StickyTower
|
||||
func shoot():
|
||||
var status = StatusSticky.new()
|
||||
status.stats = status_stats
|
||||
status.affected = targeted_enemy
|
||||
status.affected.status_manager.add_effect(status)
|
||||
targeted_enemy.add_child(status)
|
||||
targeted_enemy.status_manager.add_effect(status)
|
||||
|
||||
Reference in New Issue
Block a user