The_Dark_Side_of_Earth/items/permanent_items/upslash.gd

6 lines
78 B
GDScript3
Raw Normal View History

extends Item
func collect() -> bool:
player.can_upslash = true
return true