diff --git a/scripts/heroes/1.gd b/scripts/heroes/1.gd index 0a361f2..6572548 100644 --- a/scripts/heroes/1.gd +++ b/scripts/heroes/1.gd @@ -8,7 +8,7 @@ func _ready(): placement.start_action = "hero_1_place_wall" placement.confirm_action = "hero_1_confirm_wall" placement.delete_action = "hero_1_remove_wall" - placement.max_placed = 100 + placement.max_placed = 5 func _process(delta): if is_network_master():