way too many changes to list, oops. big rewrite.
This commit is contained in:
7
Weapons/GlueLauncher/weapon_glue_launcher.gd
Normal file
7
Weapons/GlueLauncher/weapon_glue_launcher.gd
Normal file
@ -0,0 +1,7 @@
|
||||
class_name GlueLauncherWeapon extends StatusApplyingWeapon
|
||||
|
||||
|
||||
func build_status_object() -> StatusEffect:
|
||||
var status: StatusSlow = StatusSlow.new()
|
||||
status.stats = status_stats
|
||||
return status
|
Reference in New Issue
Block a user