diff --git a/interface/purchasable_item.gd b/interface/purchasable_item.gd index a0fe873..c130b48 100644 --- a/interface/purchasable_item.gd +++ b/interface/purchasable_item.gd @@ -34,7 +34,7 @@ class_name PurchasableItem ## Whether the player can click or not the Buy button. ## ## Used to prevent two items from getting bought at the same time. -@export var can_buy: bool: +@export var can_buy: bool = true: get: return can_buy set(value):