9 lines
178 B
GDScript
9 lines
178 B
GDScript
extends StatusApplyingTower
|
|
class_name GlueLauncherTower
|
|
|
|
|
|
func build_status_object() -> StatusEffect:
|
|
var status = StatusSlow.new()
|
|
status.stats = status_stats
|
|
return status
|