we're so close to working multiplayer
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
extends StatusApplyingTower
|
||||
class_name GlueLauncherTower
|
||||
|
||||
|
||||
func build_status_object() -> StatusEffect:
|
||||
var status = StatusSlow.new()
|
||||
status.stats = status_stats
|
||||
return status
|
||||
Reference in New Issue
Block a user