The_Dark_Side_of_Earth/items/permanent_items/upslash.gd

5 lines
78 B
GDScript

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